Skip to content

Commit 6e24924

Browse files
committed
skip pypy wheels on cibuildwheel
1 parent 39c79f3 commit 6e24924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717
env:
18-
CIBW_SKIP: 'cp27-* pp27-* cp35-*'
18+
CIBW_SKIP: 'cp27-* cp35-* pp*'
1919
CIBW_ARCHS_LINUX: auto aarch64
2020
steps:
2121
- name: Set up QEMU

0 commit comments

Comments
 (0)