You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On merge to `live`, a git tag and GitHub release will be created using the version in `pyproject.toml`, which will then trigger a docker image to be built and pushed, tagged with the version and `latest`.
77
+
To publish a new version, raise a PR to `main` updating the version in `pyproject.toml`. Once merged, create a git tag and GitHub release for the new version, with naming `vX.Y.Z`. This will trigger a docker image to to be built and pushed, tagged with the version and `latest`.
0 commit comments