Skip to content

Commit c0f2cf3

Browse files
committed
Deprecate GPG signature docs; stop signing releases
Related to gitpython-developers/gitdb#77
1 parent 02b594e commit c0f2cf3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ release: clean
1717
force_release: clean
1818
git push --tags origin main
1919
python3 setup.py sdist bdist_wheel
20-
twine upload -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/*
20+
twine upload 27C50E7F590947D7273A741E85194C08421980C9 dist/*

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,12 @@ Please have a look at the [contributions file][contributing].
149149
incrementing the patch level, and possibly by appending `-dev`. Probably you
150150
want to `git push` once more.
151151

152-
### How to verify a release
152+
### How to verify a release (DEPRECATED)
153+
154+
Note that what follows is deprecated and future releases won't be signed anymore.
155+
More details about how it came to that can be found [in this issue](https://github.com/gitpython-developers/gitdb/issues/77).
156+
157+
----
153158

154159
Please only use releases from `pypi` as you can verify the respective source
155160
tarballs.

0 commit comments

Comments
 (0)