Build package
python3 setup.py sdist bdist_wheel
Publish package to Pypi
twine upload dist/*
Docker environment
docker run -it --rm -v $(pwd):/workspace/get_mac python:3.10.10-alpine /bin/sh
apk update
cd /workspace/get_mac
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 mac-address-eth 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mac_address_eth-1.1.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mac_address_eth-1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:14.3 kB
Release files / mac_address_eth-1.1.tar.gz
| Download URL | mac_address_eth-1.1.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
472daed85ac3d9711c0ed518a29dfff3db87c09bf19767feb752c820c13772f4
|
|
BLAKE2b-256 checksum How to use checksums |
8c30d519fdd5d271ec05bfdac5cc25e94a2ac3ba6bc235c98d1ed2b4ea36e89b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.10
|
Release files / mac_address_eth-1.1-py3-none-any.whl
| Download URL | mac_address_eth-1.1-py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
072bde57d48ac4d1f11c5fa49833bd08cb12f921262398c7e413ec5c4927d928
|
|
BLAKE2b-256 checksum How to use checksums |
9ebceddcb1a687a55f6e36c3aa9cecdb84c1649785f79596b1ca0a825d57b6a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.10
|