Skip to content

Commit 8f40b1e

Browse files
print debug output in action
1 parent cebc776 commit 8f40b1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/buildwheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
run: python -m pip install cibuildwheel==2.19.2
4747
working-directory: wrap/python
4848

49+
- name: List files in subdir (DEBUG)
50+
run: ls
51+
working-directory: wrap/python
52+
4953
- name: Build wheels
5054
run: python -m cibuildwheel --output-dir wheelhouse
5155
working-directory: wrap/python

0 commit comments

Comments
 (0)