Skip to content

Commit 6c6e966

Browse files
committed
temp disable of pypy wheels until pypy is fixeD
1 parent 471ddbe commit 6c6e966

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
uses: pypa/cibuildwheel@v2.20.0
2525
env:
2626
CIBW_BUILD:
27-
"cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
27+
# "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
28+
"cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
2829
CIBW_TEST_COMMAND: "python -m pymunk.tests"
2930
CIBW_BUILD_VERBOSITY: 3
3031
with:

0 commit comments

Comments
 (0)