File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ jobs:
5454 fetch-depth : 0
5555 submodules : true
5656
57- - name : Print Tree
58- run : tree /F
57+ - name : Print softioc dir
58+ run : dir softioc
5959
6060 - name : Install Python
6161 uses : actions/setup-python@v2
6262 with :
6363 python-version : " 3.7"
6464
6565 - name : Install Python Dependencies
66- run : pip install build cibuildwheel==1.* # The 2.* releases dropped Python2 support.
66+ run : pip install build cibuildwheel
6767
6868 - name : Build Sdist
6969 if : matrix.sdist
8282 CIBW_ENVIRONMENT_LINUX : SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
8383 CIBW_SKIP : " *-musllinux*" # epicscorelibs doesn't build on musllinux platforms
8484 # Some debugging variables to work out why subfolder not on Windows
85- CIBW_BEFORE_ALL_WINDOWS : tree /F
86- CIBW_BEFORE_ALL_LINUX : ls
87- CIBW_BUILD_VERBOSITY : 3
85+ CIBW_BEFORE_ALL_WINDOWS : dir softioc
8886
8987 - name : Upload Wheel and Sdist
9088 uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments