Skip to content

Commit eaa6030

Browse files
committed
Don't build pypy wheels
1 parent 51a5b03 commit eaa6030

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/macos-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ cd ../..
5353
python -m pip install --upgrade setuptools wheel pip setuptools-scm
5454
python -m pip install cibuildwheel==2.14.1
5555

56+
# don't bother with pypy wheels
57+
export CIBW_SKIP="pp*"
5658
python -m cibuildwheel --platform macos --archs x86_64,arm64,universal2 --output-dir dist

0 commit comments

Comments
 (0)