Skip to content

Commit

Permalink
Merge 2f44293 into 25daa86
Browse files Browse the repository at this point in the history
  • Loading branch information
ekomarova committed Apr 5, 2024
2 parents 25daa86 + 2f44293 commit 49d88dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ for /f %%f in ('dir /b /S .\dist') do (

:: Copy wheel package
if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
for /f %%f in ('dir /b /S .\dist') do (
copy %%f %WHEELS_OUTPUT_FOLDER%
if %ERRORLEVEL% neq 0 exit 1
)
copy dist\numba_dpex*.whl %WHEELS_OUTPUT_FOLDER%
if errorlevel 1 exit 1
)

0 comments on commit 49d88dc

Please sign in to comment.