We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7fc31 commit 3a4a143Copy full SHA for 3a4a143
1 file changed
.github/workflows/publish.yml
@@ -27,3 +27,15 @@ jobs:
27
#
28
# call-windows-arm:
29
# uses: ./.github/workflows/windows-arm.yml
30
+
31
+ download-wheeks:
32
+ runs-on: ubuntu-latest
33
+ needs: [call-posix]
34
35
+ - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
36
+ with:
37
+ run-id: ${{ needs.call-posix.outputs.run_id }}
38
+ pattern: wheels-*
39
+ merge-multiple: true
40
+ path: dist
41
0 commit comments