Skip to content

Commit d685825

Browse files
committed
merge artifacts
1 parent 7b99d7b commit d685825

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ jobs:
213213
uses: actions/download-artifact@v4
214214
with:
215215
path: dist
216+
merge-multiple: true
216217

217218
- name: Check wheel size
218219
shell: bash
@@ -245,6 +246,7 @@ jobs:
245246
uses: actions/download-artifact@v4
246247
with:
247248
path: dist
249+
merge-multiple: true
248250

249251
- name: Publish to PyPI
250252
uses: pypa/[email protected]

0 commit comments

Comments
 (0)