Skip to content

Commit 8303599

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
runs-on: ubuntu-latest
3333
needs: [call-posix]
3434

35+
steps:
3536
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3637
with:
3738
run-id: ${{ needs.call-posix.outputs.run_id }}
3839
pattern: wheels-*
3940
merge-multiple: true
4041
path: dist
41-

0 commit comments

Comments
 (0)