Skip to content

Commit 8f15b50

Browse files
committed
Enable PyPy wheel builds
1 parent a611b17 commit 8f15b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
CIBW_TEST_COMMAND: python {project}/selftest.py
4848
CIBW_BEFORE_BUILD_LINUX: yum install -y freetype-devel
49-
CIBW_SKIP: pp* *-musllinux*
49+
CIBW_SKIP: "*-musllinux*"
5050
CIBW_TEST_REQUIRES: numpy pillow pytest
5151
CIBW_ARCHS_LINUX: auto aarch64
5252
run: |

0 commit comments

Comments
 (0)