Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 239 Bytes

File metadata and controls

19 lines (13 loc) · 239 Bytes

To build the package, run:

Install tool build

pip install --upgrade build twine

Build package

python -m build

Publish package

python -m twine upload dist/* __token__ -p your-pypi-token