summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-05-04 15:46:23 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-05-04 15:46:23 +0200
commitf0770af36cb2fef01156f3a30222eeace19a5352 (patch)
tree58eb79aba9acd96c42682eb99f9166f463749fa2
parent43fcd147158d0cdf67f3bdc9a73716fdd5fac6be (diff)
really remove pypy
-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 babe7fa..7c61a06 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* 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)
CIBW_BEFORE_BUILD: "pip install numpy cython"
run: |
python -m cibuildwheel --output-dir wheelhouse