Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70f8858

Browse files
committed
Re-enable PyPy wheels.
1 parent d5de944 commit 70f8858

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,10 @@ jobs:
104104
run: |
105105
python -m cibuildwheel --output-dir dist
106106
env:
107-
CIBW_BUILD: "pp3?-*"
107+
CIBW_BUILD: "pp37-*"
108108
CIBW_BEFORE_BUILD: pip install certifi numpy==${{ env.min-numpy-version }}
109109
CIBW_ARCHS: ${{ matrix.cibw_archs }}
110-
if: >
111-
runner.os != 'Windows' && (
112-
startsWith(github.ref, 'refs/heads/v3.3') ||
113-
startsWith(github.ref, 'refs/tags/v3.3') )
110+
if: runner.os != 'Windows' && matrix.cibw_archs != 'aarch64'
114111

115112
- name: Validate that LICENSE files are included in wheels
116113
run: |

0 commit comments

Comments
 (0)