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.6
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.6.tar.gz | 12.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| v_installer-2.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:24.9 kB
Release files / v_installer-2.0.6.tar.gz
| Download URL | v_installer-2.0.6.tar.gz |
|---|---|
| Size | 12.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
08ff04e6b9b6836a567f5f857a200646fbce54c1632fd8eb3c0f14eb86adf3a4
|
|
BLAKE2b-256 checksum How to use checksums |
b92022e5afa153b9733324c55ec7431bb1d1a7a8dc9063095ef7f512bf1ca367
|
| 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.6-py3-none-any.whl
| Download URL | v_installer-2.0.6-py3-none-any.whl |
|---|---|
| Size | 12.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
02bb793933788cb7598ce3286bd16488a32c64e7f4ab583bf56bbec5edb85bc7
|
|
BLAKE2b-256 checksum How to use checksums |
c00d7335fd1d6fb7942993f01a22cda13b995112cbe728b9bcd610036eb3d692
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.10
|