From ed336711b75a5f4dbc1635af5cf31608aa8197ce Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 23 Jul 2016 19:00:39 +0000 Subject: Makefile: change gpg signing key. See http://rsiddharth.ninth.su/key-transition-2016.txt --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0d4be66..622857b 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ egg: @python setup.py egg_info upload: - @twine upload -r pypi -s -i rsd@gnu.org dist/*.tar.gz - @twine upload -r pypi -s -i rsd@gnu.org dist/*.whl + @twine upload -r pypi -s -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' dist/*.tar.gz + @twine upload -r pypi -s -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' dist/*.whl .PHONY: build-dist egg upload -- cgit v1.2.3