Skip to content

Commit 5ac03c4

Browse files
committed
Disabling Windows PyPy wheel building (broken)
1 parent edd695c commit 5ac03c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: python -m cibuildwheel --output-dir wheelhouse
3232
# Options (https://cibuildwheel.readthedocs.io/en/stable/options/)
3333
env:
34-
CIBW_SKIP: cp36-* cp37-* cp38-* *pp37-* pp38-* *musllinux*
34+
CIBW_SKIP: cp36-* cp37-* cp38-* *pp37-* pp38-* *musllinux* pp*-win*
3535
CIBW_BEFORE_BUILD_MACOS: python3 -m pip install --upgrade setuptools wheel cffi
3636
CIBW_ARCHS_MACOS: "x86_64 arm64"
3737
CIBW_ARCHS_WINDOWS: "AMD64"

0 commit comments

Comments
 (0)