Releasing Upload to PyPI Update version on __about__.py Update CHANGELOG.md export VERSION=1.0.0 # Optional reset just clean just build rye publish git commit -am "Release ${VERSION}" --allow-empty git tag ${VERSION} git push origin ${VERSION} git push