mirror of
https://github.com/HannesStark/boltzgen.git
synced 2026-06-04 11:54:23 +08:00
343 B
343 B
Release process
- Update the version in
pyproject.toml(e.g.,0.2.0). - Create a GitHub release:
- Tag the release as
vX.Y.Z(e.g.,v0.2.0) matching the version inpyproject.toml. - Note: we don’t auto-check this; keep them in sync.
- Tag the release as
- Publishing the GitHub release will automatically publish to PyPI via a GitHub Action.