DEVX-43: Fix publish workflow: add publish step to post-merge release job #67

Merged
emil merged 0 commits from DEVX-43-fix-publish-workflow into master 2026-06-24 22:16:38 +00:00
Owner

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

## 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
emil reviewed 2026-06-24 22:11:11 +00:00
emil left a comment
Author
Owner

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.

## 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 reviewed 2026-06-24 22:16:05 +00:00
emil left a comment
Author
Owner

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.

## 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 master 2026-06-24 22:16:38 +00:00
emil deleted branch DEVX-43-fix-publish-workflow 2026-06-24 22:16:39 +00:00
Sign in to join this conversation.