Skip to content

Commit 100f5c7

Browse files
committed
add tag pushing to trinity release process
1 parent 4bbdcab commit 100f5c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ release: clean
5858
release-trinity: clean
5959
CURRENT_SIGN_SETTING=$(git config commit.gpgSign)
6060
git config commit.gpgSign true
61+
git push upstream && git push upstream --tags
6162
python setup_trinity.py sdist bdist_wheel
6263
twine upload dist/*
6364
git config commit.gpgSign "$(CURRENT_SIGN_SETTING)"

0 commit comments

Comments
 (0)