Skip to content

Commit 153075c

Browse files
committed
chore: ci fix for mac builds
1 parent f8fa048 commit 153075c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
- name: Upload wheels
303303
uses: actions/upload-artifact@v4
304304
with:
305-
name: wheels
305+
name: wheels-mac-x86_64
306306
path: dist
307307

308308
macos_aarch64:
@@ -331,7 +331,7 @@ jobs:
331331
- name: Upload wheels
332332
uses: actions/upload-artifact@v4
333333
with:
334-
name: wheels
334+
name: wheels-mac-aarch64
335335
path: dist
336336

337337
sdist:

0 commit comments

Comments
 (0)