We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbdcab commit 100f5c7Copy full SHA for 100f5c7
Makefile
@@ -58,6 +58,7 @@ release: clean
58
release-trinity: clean
59
CURRENT_SIGN_SETTING=$(git config commit.gpgSign)
60
git config commit.gpgSign true
61
+ git push upstream && git push upstream --tags
62
python setup_trinity.py sdist bdist_wheel
63
twine upload dist/*
64
git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"
0 commit comments