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 60e82e5 commit 46db79aCopy full SHA for 46db79a
1 file changed
.github/workflows/wheels.yml
@@ -124,6 +124,7 @@ jobs:
124
python3 -m pip install -r .ci/requirements-cibw.txt
125
126
- name: Build wheels
127
+ run: |
128
python3 -m cibuildwheel --output-dir wheelhouse
129
env:
130
CIBW_ARCHS: ${{ matrix.cibw_arch }}
0 commit comments