File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ release: clean
1717force_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/*
Original file line number Diff line number Diff 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
154159Please only use releases from ` pypi ` as you can verify the respective source
155160tarballs.
You can’t perform that action at this time.
0 commit comments