Skip to content

Commit f8fa048

Browse files
committed
chore: another attempt to fix CI
1 parent ba8a457 commit f8fa048

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
- name: Upload wheels
241241
uses: actions/upload-artifact@v4
242242
with:
243-
name: wheels
243+
name: wheels-${{ matrix.target }}
244244
path: dist
245245

246246
windows:
@@ -273,7 +273,7 @@ jobs:
273273
- name: Upload wheels
274274
uses: actions/upload-artifact@v4
275275
with:
276-
name: wheels
276+
name: wheels-${{ matrix.target }}
277277
path: dist
278278

279279
macos_x86:
@@ -368,6 +368,7 @@ jobs:
368368
steps:
369369
- uses: actions/download-artifact@v4
370370
with:
371+
pattern: wheels-*
371372
name: wheels
372373
- name: Publish to PyPI
373374
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)