Skip to content

Commit

Permalink
Don't build pypy wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Sep 17, 2023
1 parent 51a5b03 commit 81b7445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/macos-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ cd ../..
python -m pip install --upgrade setuptools wheel pip setuptools-scm
python -m pip install cibuildwheel==2.14.1

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

0 comments on commit 81b7445

Please sign in to comment.