Makefile: deploy to upstream
This commit is contained in:
parent
974fae3a2b
commit
588b1af6ee
2
Makefile
2
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)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user