Releasing python packages to PyPI.

Registering

Registration is no longer necessary.

Uploading

  1. Build a release with python setup.py sdist. To build a wheel first pip install wheel and then python setup.py bdist_wheel.

  2. Upload it with twine upload dist/<filename>-<version>.tar.gz