The GitHub Actions job "Publish Python" on fory.git/main has failed.
Run started by GitHub user chaokunyang (triggered by chaokunyang).

Head commit for run:
8c0fdca522b66bbc650c42ac35756b42996428bc / Emre Şafak 
<[email protected]>
ci: Fix Windows wheel creation (#2511)

## Why?

* Wheels were not created on Windows because it does not use bash by
default
* Once that works, downloading them will fail because
`actions/download-artifact` requires the `run-id` to access artifacts
from different workflows.

## What does this PR do?

* Add `actions: read` permission to release workflow.
* Configure `download-artifact` action to use `run-id` and `pattern` for
downloading wheels from a previous workflow run.
* Enable `merge-multiple` for downloading artifacts.
* Add `shell: bash` to build step in native release workflow.


## Related issues

#2506

Report URL: https://github.com/apache/fory/actions/runs/17198889531

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to