summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-10-07 09:55:54 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-10-07 09:55:54 +0800
commitdc140c0f794e35dd3106453cc5443feb5ab2a9e3 (patch)
tree5bbbe5f040e35c1cf72444d1ea96221161a6acc6
parentb6d9264de3536779f2ba35d696e578fe2fb6dfd6 (diff)
downloadgitpython-dc140c0f794e35dd3106453cc5443feb5ab2a9e3.tar.gz
remove package signing
The new key isn't signed with the old key so not accepted downstream, and that's it as the old key literally broke and there is no backup.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9054de2b..2af8de08 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,4 @@ release: clean
force_release: clean
git push --tags origin main
python3 setup.py sdist bdist_wheel
- twine upload 27C50E7F590947D7273A741E85194C08421980C9 dist/* \ No newline at end of file
+ twine upload dist/*