Twine

Run the following commands to build a Python package and upload to PyPI with twine.

python setup.py sdist bdist_wheel
twine upload dist/*