Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 218 Bytes

PACKAGING.md

File metadata and controls

7 lines (6 loc) · 218 Bytes

Deploy new version

> python3 setup.py bdist_wheel --universal
> python3 -m keyring set https://upload.pypi.org/legacy/ [your-username]
> twine upload --repository-url https://upload.pypi.org/legacy/ dist/*