-
If present remove build and dist folder
-
Recursively remove all .egg-info files On powershell you can do this with
rm -r *.egg-info
- 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/*