diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-10-07 09:55:54 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-10-07 09:55:54 +0800 |
commit | dc140c0f794e35dd3106453cc5443feb5ab2a9e3 (patch) | |
tree | 5bbbe5f040e35c1cf72444d1ea96221161a6acc6 | |
parent | b6d9264de3536779f2ba35d696e578fe2fb6dfd6 (diff) | |
download | gitpython-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/* |