esafak opened a new pull request, #2511:
URL: https://github.com/apache/fory/pull/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 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to