Skip to content

Commit e3fc6fa

Browse files
committed
restore build-deploy workflow
1 parent 34c3dbf commit e3fc6fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,7 @@ jobs:
122122
- name: Run cibuildwheel
123123
run: |
124124
git status
125-
cd external/LibAPR && git status
126-
cd vcpkg && git status
127-
cd ../../..
128-
#python3 -m cibuildwheel --output-dir ${{matrix.builddir}}
125+
python3 -m cibuildwheel --output-dir ${{matrix.builddir}}
129126
130127
- name: Upload wheels as artifacts
131128
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)