Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 504 Bytes

File metadata and controls

21 lines (15 loc) · 504 Bytes

Release

In order to release a new version of notifykit, follow these steps:

  • bump the version in pyproject.toml and Cargo.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.1 and push it e.g.
git tag 0.0.9-alpha.1
git push --tag

This should start a new Github Action pipeline that will build the package and upload it to PyPi.