forked from intrepidcs/python_ics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build_all.bat
36 lines (28 loc) · 1.27 KB
/
build_all.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@ECHO OFF
mode con cols=140 lines=70
rmdir /s /q build
mkdir old_dist
move dist\* old_dist\
C:\Python27\scripts\pip install wheel twine --upgrade
C:\Python33\scripts\pip install wheel twine --upgrade
C:\Python34\scripts\pip install wheel twine --upgrade
C:\Python35\scripts\pip install wheel twine --upgrade
C:\Python36-32\scripts\pip install wheel twine --upgrade
C:\Python37-32\scripts\pip install wheel twine --upgrade
C:\Python27-64\scripts\pip install wheel twine --upgrade
C:\Python34-64\scripts\pip install wheel twine --upgrade
C:\Python35-64\scripts\pip install wheel twine --upgrade
C:\Python36-64\scripts\pip install wheel twine --upgrade
C:\Python37-64\scripts\pip install wheel twine --upgrade
C:\Python27\python setup.py sdist bdist_wheel
C:\Python33\python setup.py sdist bdist_wheel
C:\Python34\python setup.py sdist bdist_wheel
C:\Python35\python setup.py sdist bdist_wheel
C:\Python36-32\python setup.py sdist bdist_wheel
C:\Python37-32\python setup.py sdist bdist_wheel
C:\Python27-64\python setup.py sdist bdist_wheel
C:\Python34-64\python setup.py sdist bdist_wheel
C:\Python35-64\python setup.py sdist bdist_wheel
C:\Python36-64\python setup.py sdist bdist_wheel
C:\Python37-64\python setup.py sdist bdist_wheel
REM C:\Python34\scripts\twine upload dist/* -r pypitest