Skip to content

Commit 023d4be

Browse files
committed
No need to call wheel tags on Windows
1 parent 2e5ec25 commit 023d4be

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

conda-recipe/bld.bat

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ set "VERBOSE=1"
1313
%PYTHON% -m build -w -n -x
1414
if %ERRORLEVEL% neq 0 exit 1
1515

16-
:: `pip install dist\numpy*.whl` does not work on windows,
17-
:: so use a loop; there's only one wheel in dist/ anyway
18-
for /f %%f in ('dir /b /S .\dist') do (
19-
%PYTHON% -m wheel tags --remove %%f
20-
if %ERRORLEVEL% neq 0 exit 1
21-
)
22-
2316
:: wheel file was renamed
2417
for /f %%f in ('dir /b /S .\dist') do (
2518
%PYTHON% -m pip install %%f ^

0 commit comments

Comments
 (0)