From 588b1af6ee556cfd39b5681383c84b326b153a60 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 28 Feb 2018 10:29:45 -0800 Subject: [PATCH] Makefile: deploy to upstream --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb5c6a0..5b0f799 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ release: clean CURRENT_SIGN_SETTING=$(git config commit.gpgSign) git config commit.gpgSign true bumpversion $(bump) - git push && git push --tags + git push upstream && git push upstream --tags python setup.py sdist bdist_wheel upload git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"