How to publish to PyPi If present delete dist folder If not done yet, install twine via pip install twine Update the version number in the setup.py file. Re-create the wheels: python setup.py sdist bdist_wheel Re-upload the new files: twine upload dist/*