Skip to content

Commit 112a2bf

Browse files
Add directory contents printing to cibuildwheel
1 parent 9330dd4 commit 112a2bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
7979
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
8080
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
8184

8285
- name: Upload Wheel and Sdist
8386
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)