Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 347 Bytes

DEVELOPMENT.md

File metadata and controls

11 lines (8 loc) · 347 Bytes

Publish to PyPi

Bump version in setup.py then:

python setup.py sdist
python -m twine upload dist/*

If you have 2FA enabled (which you should), follow these instructions for the twine upload username and password.

Check releases on PyPi.