-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathbuild_all.bat
38 lines (30 loc) · 1.58 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
37
38
@ECHO OFF
mode con cols=140 lines=70
rmdir /s /q build
mkdir old_dist
move dist\* old_dist\
C:\Python\Python36-32\scripts\pip install wheel twine --upgrade
C:\Python\Python37-32\scripts\pip install wheel twine --upgrade
C:\Python\Python38-32\scripts\pip install wheel twine --upgrade
C:\Python\Python39-32\scripts\pip install wheel twine --upgrade
C:\Python\Python310-32\scripts\pip install wheel twine --upgrade
C:\Python\Python311-32\scripts\pip install wheel twine --upgrade
C:\Python\Python36-64\scripts\pip install wheel twine --upgrade
C:\Python\Python37-64\scripts\pip install wheel twine --upgrade
C:\Python\Python38-64\scripts\pip install wheel twine --upgrade
C:\Python\Python39-64\scripts\pip install wheel twine --upgrade
C:\Python\Python310-64\scripts\pip install wheel twine --upgrade
C:\Python\Python311-64\scripts\pip install wheel twine --upgrade
C:\Python\Python36-32\python setup.py sdist bdist_wheel
C:\Python\Python37-32\python setup.py sdist bdist_wheel
C:\Python\Python38-32\python setup.py sdist bdist_wheel
C:\Python\Python39-32\python setup.py sdist bdist_wheel
C:\Python\Python310-32\python setup.py sdist bdist_wheel
C:\Python\Python311-32\python setup.py sdist bdist_wheel
C:\Python\Python36-64\python setup.py sdist bdist_wheel
C:\Python\Python37-64\python setup.py sdist bdist_wheel
C:\Python\Python38-64\python setup.py sdist bdist_wheel
C:\Python\Python39-64\python setup.py sdist bdist_wheel
C:\Python\Python310-64\python setup.py sdist bdist_wheel
C:\Python\Python311-64\python setup.py sdist bdist_wheel
REM C:\Python\Python37-32\scripts\twine upload dist/* -r pypitest