@@ -6,20 +6,28 @@ rmdir /s /q build
66mkdir old_dist
77move 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