Release Process¶
(Maintainers only.)
Releases are created from draft GitHub releases created by Release Drafter. When a release is published, GitHub Actions will automatically:
- Extract the version from the release tag (e.g.
v1.2.3) - Run tests and checks
- Build and publish the package to PyPI using
uv publishand Trusted Publisher on PyPI