Skip to content

Commit 1cfd274

Browse files
committed
Skip PyPI wheel builds on arm64 MacOS
1 parent 6829382 commit 1cfd274

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454

5555
- name: Build wheels
5656
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)