Skip to content

Commit 73c8798

Browse files
excluded pypy wheels
1 parent 506eeea commit 73c8798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Build wheels
1313
uses: pypa/[email protected]
1414
env:
15-
CIBW_SKIP: "*musllinux*"
15+
CIBW_SKIP: "*musllinux* pp*"
1616
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=10.14
1717
- uses: actions/upload-artifact@v4
1818
with:

0 commit comments

Comments
 (0)