Uploading to PyPI First need to create accounts with PyPI and TestPyPI. Then: python setup.py sdist bdist_wheel twine check dist/* twine upload --repository-url https://test.pypi.org/legacy/ dist/* twine upload dist/*