Skip to content

Commit 38e342a

Browse files
committed
MERGEBACK: fix wheel upload
1 parent fc46654 commit 38e342a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/wheels.yml

+11
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,15 @@ jobs:
5050

5151
- uses: actions/upload-artifact@v4
5252
with:
53+
name: wheels-${{ matrix.os }}-${{ strategy.job-index }}
5354
path: ./wheelhouse/*.whl
55+
56+
merge:
57+
runs-on: ubuntu-latest
58+
needs: build_wheels
59+
steps:
60+
- name: Merge Artifacts
61+
uses: actions/upload-artifact/merge@v4
62+
with:
63+
name: all-wheels
64+
pattern: wheels-*

0 commit comments

Comments
 (0)