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 223df44 commit 41d35e3Copy full SHA for 41d35e3
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