summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-08 11:20:17 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-08 11:22:08 +0800
commit7b74a5bb6123b425a370da60bcc229a030e7875c (patch)
treeaf3f7ad8c6b0d791f3de14e863db0f674ea433d4 /Makefile
parent6b8e7b72ce81524cf82e64ee0c56016106501d96 (diff)
downloadgitpython-7b74a5bb6123b425a370da60bcc229a030e7875c.tar.gz
Sign with a different key for now, it's USB-C and can be used
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8c2ffbe..f294ef2a 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 -i byronimo@gmail.com dist/*
+ twine upload --sign-with 763629FEC8788FC35128B5F6EE029D1E5EB40300 dist/*
docker-build:
docker build --quiet -t gitpython:xenial -f Dockerfile .