You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tags pushed by GitHub Actions using GITHUB_TOKEN don't trigger other
workflows. Fix this by:
- Adding workflow_call trigger to release.yml with version input
- Having cut-release.yml directly call release.yml after creating the tag
- Updating release.yml checkout steps to use the version input/ref
- Adding id-token permission for PyPI trusted publishing
https://claude.ai/code/session_01EbCZH6NCwRCDVVgu68bc9L
0 commit comments