Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 195 Bytes

DEVELOPMENT.md

File metadata and controls

9 lines (7 loc) · 195 Bytes

Publish to PyPi

Bump version in setup.py then:

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

Check releases on PyPi.