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.9
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.9.tar.gz | 12.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| v_installer-2.0.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:25.4 kB
Release files / v_installer-2.0.9.tar.gz
| Download URL | v_installer-2.0.9.tar.gz |
|---|---|
| Size | 12.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a3b818d9d7aabdfaf0ace0d0e2399c127d133b26bfc00fdfe0f4ebd84518874e
|
|
BLAKE2b-256 checksum How to use checksums |
82fc49d6534890805aa18dd129a3650e169f91933cc3207d3ebb8532e1f87ea9
|
| 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.9-py3-none-any.whl
| Download URL | v_installer-2.0.9-py3-none-any.whl |
|---|---|
| Size | 12.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fc21fbc6d8143dd447e07d222831a8e52881c4e02fc0e0e3c8115bec362b0ae4
|
|
BLAKE2b-256 checksum How to use checksums |
6d65f4e9b3f88e0fbd9ff2062ea606b542c261005c06b9f68784b3378fe271a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.10
|