Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 292 Bytes

File metadata and controls

9 lines (8 loc) · 292 Bytes

Releasing

  1. Bump version in pyproject.toml and update the changelog with today's date.
  2. Run uv sync
  3. Commit: git commit -m "Bump version and update changelog"
  4. Tag the commit: git tag x.y.z
  5. Push: git push --tags origin dev. CI will take care of the PyPI release.