- Bump version in
pyproject.tomland update the changelog with today's date. - Run
uv lock -U - Commit:
git commit -m "Bump version and update changelog" - Tag the commit:
git tag x.y.z - Push:
git push --tags origin main. CI will take care of the PyPI release.