Skip to content

Commit be639d7

Browse files
committed
debugging download-artifacts
1 parent 847fd38 commit be639d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Download all the dists
2525
uses: actions/download-artifact@v4
2626
with:
27-
pattern: cibw-* # download all the wheels
27+
pattern: "cibw-*" # download all the wheels
2828
path: dist
2929
merge-multiple: true
3030
run-id: ${{ github.event.inputs.workflow_id }}

0 commit comments

Comments
 (0)