summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-04-24 17:12:25 +0200
committerVincent Driessen <me@nvie.com>2016-04-24 17:12:25 +0200
commiteedf3c133a9137723f98df5cd407265c24cc2704 (patch)
treebcb8b0a759033ec99eb216928f76297f482cc24f
parenta4937fcd0dad3be003b97926e3377b0565237c5b (diff)
downloadgitpython-2.0.1.tar.gz
Remove check that didn't work as expected2.0.1
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38564f97..4b4cf88b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@ release: clean
make force_release
force_release: clean
- @which -s twine || echo "Twine not installed, run pip install twine first"
git push --tags
python setup.py sdist bdist_wheel
twine upload dist/*