Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 643 Bytes

File metadata and controls

16 lines (15 loc) · 643 Bytes

Release

  1. Update version number in pyproject.toml and __init__.py files.
  2. Run uv lock
  3. Commit, tag and push changes.
    git add .
    git commit -m "chore: bump version to x.y.z"
    git push origin  # wait for all CI jobs to succeed 
    git tag x.y.z
    git push origin --tags 
  4. Go to GitHub in the tags section, on the latest tag an click "Create release".
  5. Click on "Generate release notes" and review the changelog.
  6. Click "Publish release".
  7. Go to GitHub Actions, check that the CI release job succeed.