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 c669301 commit db4b655Copy full SHA for db4b655
recipe/bld.bat
@@ -51,6 +51,7 @@ mkdir %RECIPE_DIR%\..\build_artifacts
51
mkdir %RECIPE_DIR%\..\build_artifacts\pypi_wheels
52
53
for %%f in (dist\*.whl) do (
54
- cp %%f %RECIPE_DIR%\..\build_artifacts\pypi_wheels\
+ copy %%f %RECIPE_DIR%\..\build_artifacts\pypi_wheels\
55
+ if errorlevel 1 exit 1
56
%PYTHON% -m pip install %%f
57
)
0 commit comments