We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5313db commit 09699e2Copy full SHA for 09699e2
.github/workflows/wheel.yml
@@ -101,7 +101,6 @@ jobs:
101
- name: Build wheels
102
env:
103
CIBW_PRERELEASE_PYTHONS: ${{ matrix.prerelease }}
104
- CIBW_FREE_THREADED_SUPPORT: ${{ matrix.free_threaded_support }}
105
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
106
CIBW_ARCHS: all
107
CIBW_BEFORE_ALL: python -m pip install numpy cmake setuptools
0 commit comments