From 10f105f3f41165b56fb93c68177480bd8d79c3d2 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Wed, 29 Mar 2017 13:28:40 +0900 Subject: [PATCH] update twine task --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index abd0d6f..819f7ce 100644 --- a/Makefile +++ b/Makefile @@ -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