Manual build process Commit, push and run CI tests git tag -m VX.X.X X.X.X git push github master --tags git clean -fdxn git clean -fdx python setup.py sdist python setup.py bdist_wheel python -m twine upload dist/*