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 34c3dbf commit e3fc6faCopy full SHA for e3fc6fa
.github/workflows/build-deploy.yml
@@ -122,10 +122,7 @@ jobs:
122
- name: Run cibuildwheel
123
run: |
124
git status
125
- cd external/LibAPR && git status
126
- cd vcpkg && git status
127
- cd ../../..
128
- #python3 -m cibuildwheel --output-dir ${{matrix.builddir}}
+ python3 -m cibuildwheel --output-dir ${{matrix.builddir}}
129
130
- name: Upload wheels as artifacts
131
uses: actions/upload-artifact@v3
0 commit comments