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 1166a49 commit ec4625bCopy full SHA for ec4625b
.github/workflows/build-python-package.yml
@@ -49,8 +49,8 @@ jobs:
49
50
- 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
+ # env:
+ # CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install
54
run: |
55
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
56
0 commit comments