Create a distribution:
rm -rf dist/
python setup.py sdist
python setup.py bdist_wheelUpload to Test PyPI and verify things look right:
twine upload -r testpypi dist/*Twine will prompt for your username and password.
Upload to PyPI:
twine upload dist/*Create a git tag and a github release associated to this distribution.