- Bump version in
pyproject.toml
and update the changelog with today's date. - Commit:
git commit -m "Bump version and update changelog"
- Tag the commit:
git tag x.y.z
- Push:
git push --tags origin dev
. CI will take care of the PyPI release. - Add release notes on Tidelift.