summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-15 10:03:50 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-15 10:03:50 +0800
commite6ee8bf864c726a5461600de28d64c1f06f4e163 (patch)
tree97ddc81a242d94c754cea5737105ad17156f1a29
parentdf73d7f6874ff11be1b09f65c8dc425671bb924e (diff)
downloadgitdb-e6ee8bf864c726a5461600de28d64c1f06f4e163.tar.gz
Change package signature to the only yubikey I can use right now
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8cb323e..82c0a3b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ release:: clean
force_release:: clean
git push --tags
python3 setup.py sdist bdist_wheel
- twine upload -s -i byronimo@gmail.com dist/*
+ twine upload -s -i 763629FEC8788FC35128B5F6EE029D1E5EB40300 dist/*
doc::
make -C doc/ html