From 60796f20ed126ceb940ac9ece2983d45ae22f948 Mon Sep 17 00:00:00 2001 From: Frederick Jansen Date: Tue, 13 Feb 2018 14:20:13 -0500 Subject: [PATCH] Fix order of publishing steps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4938c9..a1267d7 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ test: publish: pip install 'twine>=1.5.0' pip install wheel - twine upload dist/* python setup.py sdist bdist_wheel + twine upload dist/* rm -fr build dist .egg requests.egg-info