update twine task
This commit is contained in:
parent
00e11491dc
commit
10f105f3f4
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -11,8 +11,7 @@ pip:
|
||||||
pip install -U pip cython tox nose chardet
|
pip install -U pip cython tox nose chardet
|
||||||
|
|
||||||
twine:
|
twine:
|
||||||
twine upload dist/*.whl
|
twine upload dist/*.whl dist/*.tar.gz
|
||||||
twine upload dist/*.tar.gz
|
|
||||||
|
|
||||||
install: clean
|
install: clean
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
Loading…
Reference in a new issue