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 d5de944 commit 70f8858Copy full SHA for 70f8858
.github/workflows/cibuildwheel.yml
@@ -104,13 +104,10 @@ jobs:
104
run: |
105
python -m cibuildwheel --output-dir dist
106
env:
107
- CIBW_BUILD: "pp3?-*"
+ CIBW_BUILD: "pp37-*"
108
CIBW_BEFORE_BUILD: pip install certifi numpy==${{ env.min-numpy-version }}
109
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') )
+ if: runner.os != 'Windows' && matrix.cibw_archs != 'aarch64'
114
115
- name: Validate that LICENSE files are included in wheels
116
0 commit comments