First time:
python setup.py register
Uploading a new version:
python setup.py check
python setup.py check --restructuredtext
python setup.py sdist bdist
twine upload dist/*
Refer to https://docs.python.org/2.7/distutils/packageindex.html if you get into trouble.