ptrcalc/HOW_TO_RELEASE.md

242 B

How to release ptrcalc

  • Update version number in pyproject.toml
  • Update version numver in flake.nix
  • Commit updates
  • Tag commit with version number (git tag v0.0.1)
  • Build project hatch build
  • Publish project hatch publish