Makefile: deploy to upstream

This commit is contained in:
Jason Carver 2018-02-28 10:29:45 -08:00
parent 974fae3a2b
commit 588b1af6ee

View File

@ -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)"