Skip to content

Commit 4b374bf

Browse files
committed
Disable build of wheels for PyPy since there is no jaxlib for it
1 parent a9fcfd6 commit 4b374bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
env:
5252
CIBW_PLATFORM: ${{ matrix.platform }}
5353
CIBW_ARCHS: ${{ matrix.archs }}
54+
CIBW_SKIP: pp*
5455
MACOSX_DEPLOYMENT_TARGET: "11.0"
5556

5657
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)