Skip to content

Commit c1d3f8c

Browse files
Increase verbosity and tweak BEFORE action
1 parent 741f70e commit c1d3f8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ jobs:
7979
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
8080
CIBW_SKIP: "*-musllinux*" # epicscorelibs doesn't build on musllinux platforms
8181
# 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
82+
CIBW_BEFORE_ALL_WINDOWS: tree /F
83+
CIBW_BEFORE_ALL_LINUX: ls
84+
CIBW_BUILD_VERBOSITY: 3
8485

8586
- name: Upload Wheel and Sdist
8687
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)