- Update version number in
pyproject.tomland__init__.pyfiles. - Run
uv lock - Commit, tag and push changes.
git add . git commit -m "chore: bump version to x.y.z" git push origin # wait for all CI jobs to succeed git tag x.y.z git push origin --tags
- Go to GitHub in the tags section, on the latest tag an click "Create release".
- Click on "Generate release notes" and review the changelog.
- Click "Publish release".
- Go to GitHub Actions, check that the CI release job succeed.