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

release.yml workflow failing to check new releases #153

Open
maread99 opened this issue Apr 9, 2023 · 2 comments
Open

release.yml workflow failing to check new releases #153

maread99 opened this issue Apr 9, 2023 · 2 comments
Labels
CI Continuous Integration

Comments

@maread99
Copy link
Owner

maread99 commented Apr 9, 2023

Same issue as gerrymanoim/exchange_calendars#207.

The release workflow deploys to PyPI ok, although fails on the subsequent install and import check.

As noted here, looks like an error in the workflow's while loop.

Workflow failed on checking the 0.10.2 release although until then had always passed (never previously having entered the while loop).

@maread99 maread99 added the CI Continuous Integration label Apr 9, 2023
@maread99
Copy link
Owner Author

maread99 commented Apr 20, 2023

PR #156 includes changes to the release workflow to at least provide more info as to where within the while loop this might be failing. See what happens with the next release. (#166 adds a bit more.)

@maread99
Copy link
Owner Author

maread99 commented Jan 4, 2024

After changing the release workflow to explicitly define the shell as bash (as also implemented to exchange-calendars):

  • 0.11.2 released fine, although never entered the loop so unable to tell if the issue's been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

No branches or pull requests

1 participant