Skip to content

Commit

Permalink
Merge pull request #14 from isuruf/windows-copy
Browse files Browse the repository at this point in the history
use copy command on windows
  • Loading branch information
isuruf authored Nov 14, 2023
2 parents c669301 + db4b655 commit 0ae64f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ mkdir %RECIPE_DIR%\..\build_artifacts
mkdir %RECIPE_DIR%\..\build_artifacts\pypi_wheels

for %%f in (dist\*.whl) do (
cp %%f %RECIPE_DIR%\..\build_artifacts\pypi_wheels\
copy %%f %RECIPE_DIR%\..\build_artifacts\pypi_wheels\
if errorlevel 1 exit 1
%PYTHON% -m pip install %%f
)

0 comments on commit 0ae64f8

Please sign in to comment.