ptrcalc/HOW_TO_RELEASE.md

9 lines
242 B
Markdown
Raw Normal View History

2024-08-06 17:58:25 +02:00
# 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`