Skip to content

Commit

Permalink
Add GPG to tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bakken committed May 2, 2016
1 parent db40519 commit 80daa45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ endif
# NB: Python client version strings do NOT start with 'v'. Le Sigh.
# validate VERSION and allow pre-releases
@bash ./build/publish $(VERSION) validate
@git tag "$(VERSION)"
@git tag --sign -a "$(VERSION)" -m "riak-python-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)"
@git push --tags
@git push
@echo "==> Python (sdist release)"
@python setup.py sdist upload -s -i $(RELEASE_GPG_KEYNAME)
@bash ./build/publish $(VERSION)
Expand Down

0 comments on commit 80daa45

Please sign in to comment.