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 de1575c commit 64803cdCopy full SHA for 64803cd
.github/workflows/build-python-package.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
49
50
- - name: Build wheels on OSX
+ - name: Build wheels on Windows
51
if: startsWith(matrix.os, 'windows')
52
env:
53
CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install
0 commit comments