Skip to content

chore: add workflow_dispatch to release workflow for manual republish#109

Merged
pesap merged 1 commit intomainfrom
fix/release-workflow-dispatch
Mar 16, 2026
Merged

chore: add workflow_dispatch to release workflow for manual republish#109
pesap merged 1 commit intomainfrom
fix/release-workflow-dispatch

Conversation

@pesap
Copy link
Collaborator

@pesap pesap commented Mar 16, 2026

Summary

  • Add workflow_dispatch trigger with a tag input to the release workflow
  • Allows manually re-publishing an existing release tag when the automated pipeline fails

Why

v1.3.3 failed to publish because the pypi-publish action was pinned to a commit SHA with no Docker image. The fix is on main (#107) but re-running the old workflow replays the broken YAML. This dispatch trigger lets us run the current workflow against the v1.3.3 tag.

After merge

Run from the Actions tab: release-please > Run workflow > tag: v1.3.3

Allows manually triggering build+publish for an existing release tag
when the automated pipeline fails (e.g. the v1.3.3 Docker image issue).
@pesap pesap changed the title ci: add workflow_dispatch to release workflow for manual republish chore: add workflow_dispatch to release workflow for manual republish Mar 16, 2026
@pesap pesap force-pushed the fix/release-workflow-dispatch branch from b401a0e to 60b92de Compare March 16, 2026 04:26
@pesap pesap merged commit 8bfc3aa into main Mar 16, 2026
8 checks passed
@pesap pesap deleted the fix/release-workflow-dispatch branch March 16, 2026 04:27
@codecov-commenter
Copy link

codecov-commenter commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.63%. Comparing base (c4e58b8) to head (60b92de).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   95.63%   95.63%           
=======================================
  Files           8        8           
  Lines        1719     1719           
=======================================
  Hits         1644     1644           
  Misses         75       75           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants