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