Instructions to release an update to PiPy Create distributables python -m build Upload distributables python3 -m twine upload dist/* Make sure that the dist directory only contains the distributables that you want to push, or point to the files. Release package also on GitHub.