348 B
348 B
Release Checklist
- Update
CHANGELOG.mdwith final release notes. - Bump
project.versioninpyproject.toml. - Run:
python3 -m py_compile src/*.py tests/*.pypython3 -m unittest discover -s tests -p 'test_*.py'
- Build artifacts:
python3 -m build
- Tag release:
git tag vX.Y.Zgit push origin vX.Y.Z