Skip to content

Commit 802e5cc

Browse files
committed
Debuging ghaction
1 parent 29e3472 commit 802e5cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
env:
9696
CIBW_BEFORE_BUILD: >-
9797
rm -rf {package}/build &&
98+
echo $GITHUB_WORKSPACE &&
99+
ls $GITHUB_WORKSPACE &&
98100
cat $GITHUB_WORKSPACE/tools/wheel/LICENSE_binary.txt >> {package}/LICENSE/LICENSE
99101
CIBW_BEFORE_BUILD_WINDOWS: >-
100102
pip install delvewheel &&

0 commit comments

Comments
 (0)