summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 19:42:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 19:42:23 +0800
commite236853b14795edec3f09c50ce4bb0c4efad6176 (patch)
tree845605fd53ae20bc451f80acfe812d077fa195ef /Makefile
parentb860d1873a25e6577a8952d625ca063f1cf66a84 (diff)
downloadgitpython-e236853b14795edec3f09c50ce4bb0c4efad6176.tar.gz
Change signing key back to what it was
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c963dd7e..e964d9ac 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ release: clean
force_release: clean
git push --tags origin master
python3 setup.py sdist bdist_wheel
- twine upload -s -i 763629FEC8788FC35128B5F6EE029D1E5EB40300 dist/*
+ twine upload -s -i 2CF6E0B51AAF73F09B1C21174D1DA68C88710E60 dist/*
docker-build:
docker build --quiet -t gitpython:xenial -f Dockerfile .