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.
2 parents c669301 + db4b655 commit 0ae64f8Copy full SHA for 0ae64f8
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