Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 202 Bytes

RELEASING.md

File metadata and controls

10 lines (8 loc) · 202 Bytes

How to push to PyPI

Just replace the $$ with the appropriate text.

git tag $$ -m "$$"
git push --tags origin master
python setup.py register -r pypi
python setup.py sdist upload -r pypi