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 db40519 commit 80daa45Copy full SHA for 80daa45
Makefile
@@ -28,9 +28,8 @@ endif
28
# NB: Python client version strings do NOT start with 'v'. Le Sigh.
29
# validate VERSION and allow pre-releases
30
@bash ./build/publish $(VERSION) validate
31
- @git tag "$(VERSION)"
+ @git tag --sign -a "$(VERSION)" -m "riak-python-client $(VERSION)" --local-user "$(RELEASE_GPG_KEYNAME)"
32
@git push --tags
33
- @git push
34
@echo "==> Python (sdist release)"
35
@python setup.py sdist upload -s -i $(RELEASE_GPG_KEYNAME)
36
@bash ./build/publish $(VERSION)
0 commit comments