Skip to content

Commit 2d69fda

Browse files
committed
Debuging ghaction
1 parent 67b8c30 commit 2d69fda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ jobs:
9595
env:
9696
CIBW_BEFORE_BUILD: >-
9797
rm -rf {package}/build &&
98+
echo $PROJECT_DIR &&
99+
ls $PROJECT_DIR &&
100+
echo &&
101+
echo {package} &&
102+
ls {package} &&
98103
cat $PROJECT_DIR/tools/wheel/LICENSE_binary.txt >> {package}/LICENSE/LICENSE
99104
CIBW_BEFORE_BUILD_WINDOWS: >-
100105
pip install delvewheel &&

0 commit comments

Comments
 (0)