Skip to content

Files

Latest commit

8b9cb57 · Feb 15, 2024

History

History
8 lines (7 loc) · 275 Bytes

RELEASING.md

File metadata and controls

8 lines (7 loc) · 275 Bytes

Releasing

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