summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-02-21 10:42:25 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-02-21 10:42:25 +0800
commitc0f2cf373e8296d07b3a7d7610add0cf3d5957be (patch)
tree95530f516efef1f294b996a3e5c748775895dd05 /Makefile
parent02b594ecdb3ba36e8477e2ff1dcb065c8626ca3d (diff)
downloadgitpython-c0f2cf373e8296d07b3a7d7610add0cf3d5957be.tar.gz
Deprecate GPG signature docs; stop signing releases
Related to https://github.com/gitpython-developers/gitdb/issues/77
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe82a694..9054de2b 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 -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/* \ No newline at end of file
+ twine upload 27C50E7F590947D7273A741E85194C08421980C9 dist/* \ No newline at end of file