Release Checklist¶
Run local checks:
make ci
make publish-check
Optional local smoke:
make smoke
Publish:
PYPI_TOKEN=... make publish
Notes¶
- CI runs tests and build on Python 3.11, 3.12, 3.13, and 3.14.
- CI does not run
smoke_test.pybecause it depends on local binaries and environment state. make publish-checkis a dry-run publish check.