File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ release: clean
17
17
force_release : clean
18
18
git push --tags origin main
19
19
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].
149
149
incrementing the patch level, and possibly by appending ` -dev ` . Probably you
150
150
want to ` git push ` once more.
151
151
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
+ ----
153
158
154
159
Please only use releases from ` pypi ` as you can verify the respective source
155
160
tarballs.
You can’t perform that action at this time.
0 commit comments