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

Update merge-requires.yml #274

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Update merge-requires.yml #274

merged 2 commits into from
Nov 20, 2024

Conversation

eccles
Copy link
Member

@eccles eccles commented Nov 20, 2024

Fix github action

Remove the release requires logic - we dont want the release to be
triggered until we actually release otherwise the action erroneously
attempts to upload a wheel to pypi with a spurious 0.0.1 tag.
Additionally the release action publishes documentation to github pages
and that must not happen until we release.

This also simplifies logic in the merge-requires workflow - the test
for github.event_name == 'release' did not apparently work.

Tested extensively by adding debug statements and watching the release workflow fail badly
many time.

AB#10062

Debug release action

AB#10062

Signed-off-by: Paul Hewlett <1104895+eccles@users.noreply.github.com>
Fix github action

Remove the release requires logic - we dont want the release to be
triggered until we actually release otherwise the action erroneously
attempts to upload a wheel to pypi with a spurious 0.0.1 tag.
Additionally the release action publishes documentation to github pages
and that **must not** happen until we release.

This also simplifies logic in the merge-requires workflow - the test
for github.event_name == 'release' did not apparently work.
AB#10062
Copy link

@robinbryce robinbryce left a comment

Choose a reason for hiding this comment

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

LGTM

@eccles eccles merged commit 6d61222 into main Nov 20, 2024
13 checks passed
@eccles eccles deleted the eccles-patch-1 branch November 20, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants