Skip to content

Fix release workflow trigger (published, not created)#131

Merged
frazane merged 1 commit into
mainfrom
ci/fix-release-trigger
Jun 6, 2026
Merged

Fix release workflow trigger (published, not created)#131
frazane merged 1 commit into
mainfrom
ci/fix-release-trigger

Conversation

@frazane

@frazane frazane commented Jun 6, 2026

Copy link
Copy Markdown
Owner

The release workflow listened for the created release activity type, which does not fire when a release is published through the GitHub UI. As a result the 0.11.0 release published on GitHub but the workflow never ran and nothing was uploaded to PyPI.

What changed

  • release.yaml now triggers on release: types: [published], the type that fires when a release is published. This is also the trigger recommended in the PyPA publishing guide.

Notes

  • Release-triggered workflows run from the workflow file on the default branch, so this fix takes effect for the existing 0.11.0 tag once merged — the release just needs to be re-published to fire the event.

@github-actions github-actions Bot added the ci CI, tooling, repo automation label Jun 6, 2026
@frazane frazane merged commit c7710ab into main Jun 6, 2026
27 checks passed
@frazane frazane deleted the ci/fix-release-trigger branch June 6, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI, tooling, repo automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant