del
This commit is contained in:
parent
09f90f584f
commit
4ae97db2a7
2 changed files with 0 additions and 15 deletions
|
@ -1,11 +0,0 @@
|
|||
rem setup packages
|
||||
py -3.4-32 -m pip install -U pip cython wheel twine
|
||||
py -3.4-x64 -m pip install -U pip cython wheel twine
|
||||
py -2.7-32 -m pip install -U pip cython wheel twine
|
||||
py -2.7-x64 -m pip install -U pip cython wheel twine
|
||||
|
||||
rem build package
|
||||
py -3.4-32 setup.py bdist_wheel
|
||||
py -3.4-x64 setup.py bdist_wheel
|
||||
py -2.7-32 setup.py bdist_wheel
|
||||
py -2.7-x64 setup.py bdist_wheel
|
|
@ -1,4 +0,0 @@
|
|||
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
|
Loading…
Reference in a new issue