-
Verify tests pass.
-
Tag the commit
git tag 1.2.3
-
Push new version bump commit and tag to github
git push trunk --tags
-
Build source and wheel packages
make dist
-
Upload packages to PyPI
make release
Verify tests pass.
Tag the commit
git tag 1.2.3
Push new version bump commit and tag to github
git push trunk --tags
Build source and wheel packages
make dist
Upload packages to PyPI
make release