Skip to content

Commit 3652d8a

Browse files
committed
removing pattern
1 parent be639d7 commit 3652d8a

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)