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 25daa86 + 2f44293 commit 6b89cb0Copy full SHA for 6b89cb0
conda-recipe/bld.bat
@@ -41,8 +41,6 @@ for /f %%f in ('dir /b /S .\dist') do (
41
42
:: Copy wheel package
43
if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
44
- for /f %%f in ('dir /b /S .\dist') do (
45
- copy %%f %WHEELS_OUTPUT_FOLDER%
46
- if %ERRORLEVEL% neq 0 exit 1
47
- )
+ copy dist\numba_dpex*.whl %WHEELS_OUTPUT_FOLDER%
+ if errorlevel 1 exit 1
48
)
0 commit comments