File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments