Thanks to visit codestin.com Credit goes to github.com
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 abd2f6c commit 0c55728Copy full SHA for 0c55728
1 file changed
.github/workflows/cibuildwheel.yml
@@ -107,14 +107,13 @@ jobs:
107
- name: Build wheels for PyPy
108
uses: pypa/[email protected]
109
env:
110
- CIBW_BUILD: "pp38-*"
+ CIBW_BUILD: "pp38-* pp39-*"
111
CIBW_SKIP: "*-musllinux*"
112
CIBW_BEFORE_BUILD: >-
113
pip install certifi oldest-supported-numpy &&
114
git clean -fxd build
115
CIBW_ARCHS: ${{ matrix.cibw_archs }}
116
- PIP_USE_FEATURE: in-tree-build
117
- if: false && matrix.cibw_archs != 'aarch64'
+ if: matrix.cibw_archs != 'aarch64'
118
119
- name: Validate that LICENSE files are included in wheels
120
run: |
0 commit comments