Skip to content

Commit 9570b68

Browse files
authored
Fix artifact download multiple in wheel building
1 parent 7ea9d3a commit 9570b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Download wheels artifact
8989
uses: actions/download-artifact@v4
9090
with:
91-
name: wheels-*
91+
pattern: wheels-*
9292
merge-multiple: true
9393
path: dist
9494
- name: Publish package to PyPI
@@ -111,7 +111,7 @@ jobs:
111111
- name: Download wheels artifact
112112
uses: actions/download-artifact@v4
113113
with:
114-
name: wheels-*
114+
pattern: wheels-*
115115
merge-multiple: true
116116
path: dist
117117
- name: Publish package to PyPI

0 commit comments

Comments
 (0)