update twine task

This commit is contained in:
PyYoshi 2017-03-29 13:28:40 +09:00
parent 00e11491dc
commit 10f105f3f4

View file

@ -11,8 +11,7 @@ pip:
pip install -U pip cython tox nose chardet
twine:
twine upload dist/*.whl
twine upload dist/*.tar.gz
twine upload dist/*.whl dist/*.tar.gz
install: clean
python setup.py install