Skip to content

Commit 29e3472

Browse files
committed
Debuging ghaction
1 parent 3a57e90 commit 29e3472

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,11 @@ jobs:
9595
env:
9696
CIBW_BEFORE_BUILD: >-
9797
rm -rf {package}/build &&
98-
ls &&
99-
pwd &&
100-
echo {package} &&
101-
ls {package} &&
102-
cat tools/wheel/LICENSE_binary.txt >> {package}/LICENSE/LICENSE
98+
cat $GITHUB_WORKSPACE/tools/wheel/LICENSE_binary.txt >> {package}/LICENSE/LICENSE
10399
CIBW_BEFORE_BUILD_WINDOWS: >-
104100
pip install delvewheel &&
105101
rm -rf {package}/build &&
106-
cat $PROJECT_DIR/tools/wheel/LICENSE_binary.txt >> {package}/LICENSE/LICENSE
102+
cat $GITHUB_WORKSPACE/tools/wheel/LICENSE_binary.txt >> {package}/LICENSE/LICENSE
107103
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
108104
delvewheel repair -w {dest_dir} {wheel}
109105
# On Windows, we explicitly request MSVC compilers (as GitHub Action runners have

0 commit comments

Comments
 (0)