Build package
python3 setup.py sdist bdist_wheel
Publish package to Pypi
twine upload dist/*
Docker environment
docker run -it --rm -v $(pwd):/workspace/v-installer python:3.10.10-alpine /bin/sh
apk update
cd /workspace/v-installer
rm -rf build dist v_installer.egg-info
python3 -m pip install setuptools
python3 setup.py sdist bdist_wheel
apk add twine
apk add gcc python3-dev musl-dev linux-headers
TWINE_USERNAME="__token__" TWINE_PASSWORD="pypi-....................................................." twine upload --non-interactive dist/*
Release files for v-installer 2.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| v_installer-2.0.5.tar.gz | 12.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| v_installer-2.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:24.8 kB
Release files / v_installer-2.0.5.tar.gz
| Download URL | v_installer-2.0.5.tar.gz |
|---|---|
| Size | 12.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1a2a753ed7e3576c8a13fe94591e2e8a056de44598e70010cd14fa7a470b9e93
|
|
BLAKE2b-256 checksum How to use checksums |
e19d8f64e0ccf142a63871ecbe611e3548c5f1843970cb6a79b9f20034b8dde6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.10
|
Release files / v_installer-2.0.5-py3-none-any.whl
| Download URL | v_installer-2.0.5-py3-none-any.whl |
|---|---|
| Size | 12.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d9e58b1ea8edbc41407b94a2be85ec4f7e3501cabc1396c5e41e6302d45cb4ba
|
|
BLAKE2b-256 checksum How to use checksums |
84689ff30f225245456a2755510e854db3265687dfa8c604992a9c2f6db91df2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.10
|