Skip to content

Commit 3a4a143

Browse files
committed
MAINT: reusable workflow
1 parent cd7fc31 commit 3a4a143

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ jobs:
2727
#
2828
# call-windows-arm:
2929
# 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

Comments
 (0)