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.12
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.12.tar.gz | 12.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| v_installer-2.0.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:25.9 kB
Release files / v_installer-2.0.12.tar.gz
| Download URL | v_installer-2.0.12.tar.gz |
|---|---|
| Size | 12.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
19d9dad268fb314ed2c6d3ad77420835168bfb9ea70c1721177485aea98bae6f
|
|
BLAKE2b-256 checksum How to use checksums |
2d78299a419a67e37f634e1cf8ef9b2e1a1823fed225793d9213fdc5e02f4b0c
|
| 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.12-py3-none-any.whl
| Download URL | v_installer-2.0.12-py3-none-any.whl |
|---|---|
| Size | 13.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2ce92342c1a2144a2850a07f7da9fae1fddb1612f5a11c7d989a83a14a448d9f
|
|
BLAKE2b-256 checksum How to use checksums |
02d5dbb309748ca0f893aa7fb1ce98d756c17f6b48c9322a1bf683c555ac78f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.10
|