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 741f70e commit c1d3f8cCopy full SHA for c1d3f8c
.github/workflows/code.yml
@@ -79,8 +79,9 @@ jobs:
79
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
80
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
81
# Some debugging variables to work out why subfolder not on Windows
82
- CIBW_BEFORE_ALL_WINDOWS: tree /F > dist/tree.txt
83
- CIBW_BEFORE_ALL_LINUX: ls > dist/tree.txt
+ CIBW_BEFORE_ALL_WINDOWS: tree /F
+ CIBW_BEFORE_ALL_LINUX: ls
84
+ CIBW_BUILD_VERBOSITY: 3
85
86
- name: Upload Wheel and Sdist
87
uses: actions/upload-artifact@v2
0 commit comments