Create some distributions in the normal way:
$ python setup.py sdist bdist_wheel
Upload with twine:
$ twine upload dist/*
Done!
[1] [email protected], Packaging and Distributing Projects