summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-05-04 15:33:33 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-05-04 15:33:33 +0200
commit43fcd147158d0cdf67f3bdc9a73716fdd5fac6be (patch)
tree665cb8f557806a6254aa81aac76e66399dacc9f8 /.github
parent27facf1f22176eabae9f710e8dd528c8aa2c9c6b (diff)
remove whelels pypy
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index a4b980b..babe7fa 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -39,7 +39,7 @@ jobs:
- name: Build wheel
env:
- CIBW_SKIP: "pp*-win* pp*-macosx* cp2*" # remove pypy on mac and win (wrong version)
+ CIBW_SKIP: "pp*-win* pp*-macosx* cp2* pp2*" # remove pypy on mac and win (wrong version)
CIBW_BEFORE_BUILD: "pip install numpy cython"
run: |
python -m cibuildwheel --output-dir wheelhouse