Skip to content

Commit e99a368

Browse files
committed
Merge branch 'main' into mmg/setup-dependabot
2 parents ed3fe00 + 4ec8818 commit e99a368

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
- uses: actions/checkout@v4
5454

5555
- name: Build wheels
56-
uses: pypa/[email protected]
56+
uses: pypa/[email protected]
57+
env:
58+
CIBW_SKIP: pp*-macosx_arm64
5759

5860
- uses: actions/upload-artifact@v4
5961
with:

0 commit comments

Comments
 (0)