-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/ Release aren't triggering pypi push job. #466
Conversation
…t when it is created.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KaleabTessera 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KaleabTessera 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KaleabTessera 🙂
0db5892
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @KaleabTessera 👍
What?
Changed pypi job to be triggered whenever a release is
published
and not justcreated
. For some reason, currently it appears that github thinks release 0.1.2 has ready been created and hence won't trigger the pypi job. Changing this to work on whenever a release isreleased
seems better practice (https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#release , https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release).Why?
Release aren't triggering pypi push job.
How?
Extra
Seems related to this actions/starter-workflows#554 .