Skip to content

Commit e4b7d04

Browse files
committed
Skip PyPy.
1 parent c3b8914 commit e4b7d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
env:
8181
MACOSX_DEPLOYMENT_TARGET: "10.15"
8282
CIBW_ARCHS_MACOS: "x86_64 arm64"
83-
CIBW_SKIP: "cp37-macosx_arm64 cp36*"
83+
CIBW_SKIP: "cp37-macosx_arm64 cp36* pp*"
8484
with:
8585
output-dir: dist
8686
- name: "Build manylinux wheels"

0 commit comments

Comments
 (0)