Make meta-package release retries tag-safe [skip ci]

This commit is contained in:
2026-08-04 16:27:47 +02:00
parent a24c94435e
commit 8aba74e01e
3 changed files with 157 additions and 11 deletions
+5
View File
@@ -179,6 +179,11 @@ tags. The meta-package is for editable/developer setup and composition tests. It
does not enable modules, apply migrations, provision services, or establish
backup and recovery evidence.
If the tag-triggered developer meta-package job fails before publication, rerun
`publish-developer-meta-package.yml` with the existing protected version. The
manual path validates that tag against `main`, checks out its exact commit, and
publishes only when the registry does not already contain the same wheel hash.
Generic Packages are intentionally not used. Add that transport only when a
consumer needs an artifact format unsupported by PyPI, npm, Gitea Releases, or
the OCI registry.