From 01e7fc059c883e6f6577ff283922da22111eb30f Mon Sep 17 00:00:00 2001 From: Andy Grabow Date: Sun, 26 Apr 2020 00:32:56 +0200 Subject: [PATCH] tried having the release break on a dirty repo, but its too late to fix that .. another time --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c05297c..0b1d747 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,5 @@ release: clean ## package and upload a release (working dir must be clean) 4 ) break;; \ * ) echo "Please answer 1-3.";; \ esac \ - done - @git push --tags - @python setup.py bdist_wheel && twine upload dist/* + done && git push --tags && python setup.py bdist_wheel && twine upload dist/*