1python setup.py sdist --formats=gztar,zip 2python setup.py register -r test 3#python setup.py sdist upload -r test 4twine upload dist/* -r test 5