cChardet/win_upload.bat

5 lines
262 B
Batchfile
Raw Normal View History

2015-09-07 13:10:41 +00:00
py -3.4-32 -m twine upload dist/cchardet-*-cp34-none-win32.whl
py -3.4-x64 -m twine upload dist/cchardet-*-cp34-none-win_amd64.whl
py -2.7-32 -m twine upload dist/cchardet-*-cp27-none-win32.whl
py -2.7-x64 -m twine upload dist/cchardet-*-cp27-none-win_amd64.whl