mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Makefile: deploy to upstream
This commit is contained in:
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ release: clean
|
|||||||
CURRENT_SIGN_SETTING=$(git config commit.gpgSign)
|
CURRENT_SIGN_SETTING=$(git config commit.gpgSign)
|
||||||
git config commit.gpgSign true
|
git config commit.gpgSign true
|
||||||
bumpversion $(bump)
|
bumpversion $(bump)
|
||||||
git push && git push --tags
|
git push upstream && git push upstream --tags
|
||||||
python setup.py sdist bdist_wheel upload
|
python setup.py sdist bdist_wheel upload
|
||||||
git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"
|
git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user