Skip to content

Commit 4ec8818

Browse files
authored
Update cibuildwheel Action version in build workflow and skip MacOS arm64 PyPy builds (#281)
* Update cibuildwheel Action version in build workflow * Try updating nanobind version to latest * Revert "Try updating nanobind version to latest" This reverts commit 17964ad. * Skip PyPI wheel builds on arm64 MacOS
1 parent b1bf438 commit 4ec8818

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/cibuildwheel@v2.21.2
56+
uses: pypa/cibuildwheel@v2.23.1
57+
env:
58+
CIBW_SKIP: pp*-macosx_arm64
5759

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

0 commit comments

Comments
 (0)