cChardet/win_upload.bat
2015-09-07 22:10:41 +09:00

4 lines
262 B
Batchfile

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