Skip to content

Commit 492b27d

Browse files
Updated build script to remove old build files and moves outdated dist files.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 63520e2 commit 492b27d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build_all.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
@ECHO OFF
22
mode con cols=140 lines=70
33

4+
rmdir /s /q build
5+
6+
mkdir old_dist
7+
move dist\* old_dist\
48

59
C:\Python27\scripts\pip install wheel twine --upgrade
610
C:\Python33\scripts\pip install wheel twine --upgrade

0 commit comments

Comments
 (0)