Skip to content

Commit 63520e2

Browse files
Updated build script so we always make sure twine is up to date.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent 59185aa commit 63520e2

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

build_all.bat

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
mode con cols=140 lines=70
33

44

5-
C:\Python27\scripts\pip install wheel twine
6-
C:\Python33\scripts\pip install wheel twine
7-
C:\Python34\scripts\pip install wheel twine
8-
C:\Python35\scripts\pip install wheel twine
9-
C:\Python36-32\scripts\pip install wheel twine
10-
C:\Python37-32\scripts\pip install wheel twine
5+
C:\Python27\scripts\pip install wheel twine --upgrade
6+
C:\Python33\scripts\pip install wheel twine --upgrade
7+
C:\Python34\scripts\pip install wheel twine --upgrade
8+
C:\Python35\scripts\pip install wheel twine --upgrade
9+
C:\Python36-32\scripts\pip install wheel twine --upgrade
10+
C:\Python37-32\scripts\pip install wheel twine --upgrade
1111

12-
C:\Python27-64\scripts\pip install wheel twine
13-
C:\Python34-64\scripts\pip install wheel twine
14-
C:\Python35-64\scripts\pip install wheel twine
15-
C:\Python36-64\scripts\pip install wheel twine
16-
C:\Python37-64\scripts\pip install wheel twine
12+
C:\Python27-64\scripts\pip install wheel twine --upgrade
13+
C:\Python34-64\scripts\pip install wheel twine --upgrade
14+
C:\Python35-64\scripts\pip install wheel twine --upgrade
15+
C:\Python36-64\scripts\pip install wheel twine --upgrade
16+
C:\Python37-64\scripts\pip install wheel twine --upgrade
1717

1818
C:\Python27\python setup.py sdist bdist_wheel
1919
C:\Python33\python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)