market_prices icon indicating copy to clipboard operation
market_prices copied to clipboard

release.yml workflow failing to check new releases

Open maread99 opened this issue 1 year ago • 2 comments

Same issue as https://github.com/gerrymanoim/exchange_calendars/issues/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 avatar Apr 09 '23 21:04 maread99

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 avatar Apr 20 '23 09:04 maread99

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.

maread99 avatar Jan 04 '24 09:01 maread99