Skip to content

Commit 524a1de

Browse files
Update build_dist.bat
Do not remove build and dist folders (purpose of the clean_up.bat script)
1 parent 4be7188 commit 524a1de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/build_dist.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ call %~dp0utils GetScriptPath SCRIPTPATH
1010
call %FUNC% GetLibName LIBNAME
1111
cd %SCRIPTPATH%\..\
1212
if exist MANIFEST ( del /q MANIFEST )
13-
if exist build ( rmdir /s /q build )
14-
if exist dist ( rmdir /s /q dist )
1513
call %FUNC% SetPythonPath
1614
call %FUNC% UseWinPython
1715
python setup.py sdist bdist_wheel --universal
1816
python setup.py build sdist
1917
rmdir /s /q %LIBNAME%.egg-info
20-
call %FUNC% EndOfScript
18+
call %FUNC% EndOfScript

0 commit comments

Comments
 (0)