Skip to content

Commit 29e7955

Browse files
Updated build script for new machine and python 3.9 and 3.10.
Signed-off-by: David Rebbe <[email protected]>
1 parent c56fbbb commit 29e7955

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

build_all.bat

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,28 @@ rmdir /s /q build
66
mkdir old_dist
77
move dist\* old_dist\
88

9-
C:\Python36-32\scripts\pip install wheel twine --upgrade
10-
C:\Python37-32\scripts\pip install wheel twine --upgrade
11-
C:\Python38-32\scripts\pip install wheel twine --upgrade
9+
C:\Python\Python36-32\scripts\pip install wheel twine --upgrade
10+
C:\Python\Python37-32\scripts\pip install wheel twine --upgrade
11+
C:\Python\Python38-32\scripts\pip install wheel twine --upgrade
12+
C:\Python\Python39-32\scripts\pip install wheel twine --upgrade
13+
C:\Python\Python310-32\scripts\pip install wheel twine --upgrade
1214

13-
C:\Python36-64\scripts\pip install wheel twine --upgrade
14-
C:\Python37-64\scripts\pip install wheel twine --upgrade
15-
C:\Python38-64\scripts\pip install wheel twine --upgrade
15+
C:\Python\Python36-64\scripts\pip install wheel twine --upgrade
16+
C:\Python\Python37-64\scripts\pip install wheel twine --upgrade
17+
C:\Python\Python38-64\scripts\pip install wheel twine --upgrade
18+
C:\Python\Python39-64\scripts\pip install wheel twine --upgrade
19+
C:\Python\Python310-64\scripts\pip install wheel twine --upgrade
1620

17-
C:\Python36-32\python setup.py sdist bdist_wheel
18-
C:\Python37-32\python setup.py sdist bdist_wheel
19-
C:\Python38-32\python setup.py sdist bdist_wheel
21+
C:\Python\Python36-32\python setup.py sdist bdist_wheel
22+
C:\Python\Python37-32\python setup.py sdist bdist_wheel
23+
C:\Python\Python38-32\python setup.py sdist bdist_wheel
24+
C:\Python\Python39-32\python setup.py sdist bdist_wheel
25+
C:\Python\Python310-32\python setup.py sdist bdist_wheel
2026

21-
C:\Python36-64\python setup.py sdist bdist_wheel
22-
C:\Python37-64\python setup.py sdist bdist_wheel
23-
C:\Python38-64\python setup.py sdist bdist_wheel
27+
C:\Python\Python36-64\python setup.py sdist bdist_wheel
28+
C:\Python\Python37-64\python setup.py sdist bdist_wheel
29+
C:\Python\Python38-64\python setup.py sdist bdist_wheel
30+
C:\Python\Python39-64\python setup.py sdist bdist_wheel
31+
C:\Python\Python310-64\python setup.py sdist bdist_wheel
2432

25-
REM C:\Python\Python37-32\scripts\twine upload dist/* -r pypitest
33+
REM C:\Python\Python\Python37-32\scripts\twine upload dist/* -r pypitest

0 commit comments

Comments
 (0)