We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a5b03 commit eaa6030Copy full SHA for eaa6030
.github/macos-build.sh
@@ -53,4 +53,6 @@ cd ../..
53
python -m pip install --upgrade setuptools wheel pip setuptools-scm
54
python -m pip install cibuildwheel==2.14.1
55
56
+# don't bother with pypy wheels
57
+export CIBW_SKIP="pp*"
58
python -m cibuildwheel --platform macos --archs x86_64,arm64,universal2 --output-dir dist
0 commit comments