forked from cmusphinx/pocketsphinx-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpypi.bat
19 lines (18 loc) · 867 Bytes
/
pypi.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@echo off
C:\Python27\python.exe setup.py bdist_egg upload
C:\Python27_x64\python.exe setup.py bdist_egg upload
C:\Python34\python.exe setup.py bdist_egg upload
C:\Python34_x64\python.exe setup.py bdist_egg upload
C:\Python27\python.exe setup.py bdist_wininst upload
C:\Python27_x64\python.exe setup.py bdist_wininst upload
C:\Python34\python.exe setup.py bdist_wininst upload
C:\Python34_x64\python.exe setup.py bdist_wininst upload
C:\Python27\python.exe setup.py bdist_msi upload
C:\Python27_x64\python.exe setup.py bdist_msi upload
C:\Python34\python.exe setup.py bdist_msi upload
C:\Python34_x64\python.exe setup.py bdist_msi upload
C:\Python27\python.exe setup.py bdist_wheel upload
C:\Python34\python.exe setup.py bdist_wheel upload
C:\Python27\python.exe setup.py sdist --formats=gztar upload
C:\Python27\python.exe setup.py sdist --formats=zip upload
pause