Currently this is done by hand, which is a really legacy way to do it ;-) The process is in the Makefile, to sum it up ``` python setup.py sdist twine upload dist/* --skip-existing ```