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