File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -106,16 +106,16 @@ install:
106106cache :
107107 - " %TMP%\\ py\\ "
108108
109- # build_script:
110- # # Build wheel
111- # - "%PYEXE% setup.py bdist_wheel bdist_wininst"
112- # - ps: "ls dist"
113- # # Now install the wheel.
114- # # I couldn't get wildcards to work for pip install, so stuff it
115- # # into a variable, using python to glob.
116- # - "%PYEXE% -c \"import glob; print(glob.glob('dist/*whl')[0])\" > whl.txt"
117- # - set /p PYWHL=<whl.txt
118- # - pip install %PYWHL%
109+ build_script :
110+ # Build wheel
111+ - " %PYEXE% setup.py bdist_wheel bdist_wininst"
112+ - ps : " ls dist"
113+ # Now install the wheel.
114+ # I couldn't get wildcards to work for pip install, so stuff it
115+ # into a variable, using python to glob.
116+ - " %PYEXE% -c \" import glob; print(glob.glob('dist/*whl')[0])\" > whl.txt"
117+ - set /p PYWHL=<whl.txt
118+ - pip install %PYWHL%
119119
120120test_script :
121121 # Run the project tests
You can’t perform that action at this time.
0 commit comments