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.10
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.10.tar.gz | 12.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| v_installer-2.0.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:25.8 kB
Release files / v_installer-2.0.10.tar.gz
| Download URL | v_installer-2.0.10.tar.gz |
|---|---|
| Size | 12.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4b0b6b925d0ead35103a1e9eaffa83ae792f8b653d180904b5629622ac74118
|
|
BLAKE2b-256 checksum How to use checksums |
eb383c0a90a1dc2b9e7fa2d2e2e11498598df2e19b478d3c54012d7d1706390a
|
| 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.10-py3-none-any.whl
| Download URL | v_installer-2.0.10-py3-none-any.whl |
|---|---|
| Size | 13.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
41e9c49fcde3de7a008c829d1cd406ec834ee2d7f4326d61acd981d43ea6ec37
|
|
BLAKE2b-256 checksum How to use checksums |
8f15c0cc7c2c2532b413be1f02430d072e11083a12068b045b3bcbd30f085ec4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.10
|