We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be7188 commit 524a1deCopy full SHA for 524a1de
scripts/build_dist.bat
@@ -10,11 +10,9 @@ call %~dp0utils GetScriptPath SCRIPTPATH
10
call %FUNC% GetLibName LIBNAME
11
cd %SCRIPTPATH%\..\
12
if exist MANIFEST ( del /q MANIFEST )
13
-if exist build ( rmdir /s /q build )
14
-if exist dist ( rmdir /s /q dist )
15
call %FUNC% SetPythonPath
16
call %FUNC% UseWinPython
17
python setup.py sdist bdist_wheel --universal
18
python setup.py build sdist
19
rmdir /s /q %LIBNAME%.egg-info
20
-call %FUNC% EndOfScript
+call %FUNC% EndOfScript
0 commit comments