From 6debd11547cbcced8c343158765cdc6e8dd83eea Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 26 Jul 2017 01:52:02 +0200 Subject: [PATCH] Makefile: ditch twine for uploading --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6803dfb..f0fc826 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,7 @@ install: python3 setup.py install upload: clean - python3 setup.py sdist bdist_wheel - twine upload dist/* + python3 setup.py sdist bdist_wheel upload clean: rm -rf build dist neovim_remote.egg-info