Gitea Actions does not trigger the publish workflow on tag pushes, so Gitea releases and PyPI publishes were never created for tags v0.9.11+.
This PR adds a publish step directly to the post-merge release job that runs after release.py creates the tag. It also makes publish.py idempotent — skips release creation if the release already exists.
Closes DEVX-43
## Summary
Gitea Actions does not trigger the publish workflow on tag pushes, so Gitea releases and PyPI publishes were never created for tags v0.9.11+.
This PR adds a publish step directly to the post-merge release job that runs after `release.py` creates the tag. It also makes `publish.py` idempotent — skips release creation if the release already exists.
Closes DEVX-43
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit fd0c4de31e into master2026-06-24 22:16:38 +00:00
emil
deleted branch DEVX-43-fix-publish-workflow2026-06-24 22:16:39 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Gitea Actions does not trigger the publish workflow on tag pushes, so Gitea releases and PyPI publishes were never created for tags v0.9.11+.
This PR adds a publish step directly to the post-merge release job that runs after
release.pycreates the tag. It also makespublish.pyidempotent — skips release creation if the release already exists.Closes DEVX-43
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.