Skip to content

Commit f0770af

Browse files
committed
really remove pypy
1 parent 43fcd14 commit f0770af

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
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Build wheel
4141
env:
42-
CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp2*" # remove pypy on mac and win (wrong version)
42+
CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp*" # remove pypy on mac and win (wrong version)
4343
CIBW_BEFORE_BUILD: "pip install numpy cython"
4444
run: |
4545
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)