Skip to content
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

Merged
merged 5 commits into from
Mar 28, 2022

Conversation

KaleabTessera
Copy link
Contributor

@KaleabTessera KaleabTessera commented Mar 25, 2022

What?

Changed pypi job to be triggered whenever a release is published and not just created. 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 is released 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 .

arnupretorius
arnupretorius previously approved these changes Mar 25, 2022
Copy link
Collaborator

@arnupretorius arnupretorius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @KaleabTessera 👍

@KaleabTessera KaleabTessera self-assigned this Mar 25, 2022
RuanJohn
RuanJohn previously approved these changes Mar 25, 2022
Copy link
Collaborator

@RuanJohn RuanJohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @KaleabTessera 😄

DriesSmit
DriesSmit previously approved these changes Mar 25, 2022
Copy link
Contributor

@DriesSmit DriesSmit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @KaleabTessera 🙂

Copy link
Collaborator

@RuanJohn RuanJohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @KaleabTessera 👍

@KaleabTessera KaleabTessera merged commit a8f0c3b into develop Mar 28, 2022
@KaleabTessera KaleabTessera deleted the bugfix/fix-release-triggering branch March 28, 2022 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants