In order to release a new version of notifykit, follow these steps:
- bump the version in
pyproject.tomlandCargo.toml. - Update lock files:
uv lock
cargo update- Merge the update into
main. - create a new tag with the version number, e.g.
0.0.9-alpha.1and push it e.g.
git tag 0.0.9-alpha.1
git push --tagThis should start a new Github Action pipeline that will build the package and upload it to PyPi.