We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e3472 commit 802e5ccCopy full SHA for 802e5cc
.github/workflows/wheels.yml
@@ -95,6 +95,8 @@ jobs:
95
env:
96
CIBW_BEFORE_BUILD: >-
97
rm -rf {package}/build &&
98
+ echo $GITHUB_WORKSPACE &&
99
+ ls $GITHUB_WORKSPACE &&
100
cat $GITHUB_WORKSPACE/tools/wheel/LICENSE_binary.txt >> {package}/LICENSE/LICENSE
101
CIBW_BEFORE_BUILD_WINDOWS: >-
102
pip install delvewheel &&
0 commit comments