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 9330dd4 commit 112a2bfCopy full SHA for 112a2bf
.github/workflows/code.yml
@@ -78,6 +78,9 @@ jobs:
78
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
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
83
+ CIBW_BEFORE_ALL_LINUX: tree
84
85
- name: Upload Wheel and Sdist
86
uses: actions/upload-artifact@v2
0 commit comments