We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fcd14 commit f0770afCopy full SHA for f0770af
.github/workflows/build_wheels.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Build wheel
41
env:
42
- CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp2*" # remove pypy on mac and win (wrong version)
+ CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp*" # remove pypy on mac and win (wrong version)
43
CIBW_BEFORE_BUILD: "pip install numpy cython"
44
run: |
45
python -m cibuildwheel --output-dir wheelhouse
0 commit comments