Skip to content

Commit f5aadc1

Browse files
committed
Remove "Release signatures" section of the README
PyPI has stopped supporting signed releases. https://blog.pypi.org/posts/2023-05-23-removing-pgp/
1 parent 450ad63 commit f5aadc1

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

README.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ Contributing
5858
We appreciate all contributions! Refer to `the contributors guide`_ for
5959
information.
6060

61-
Release signatures
62-
==================
63-
64-
Releases are signed with following keys:
65-
66-
* `498D6B9E <https://pgp.mit.edu/pks/lookup?op=vindex&search=0x102C2C17498D6B9E>`_
67-
* `5EBA0E07 <https://pgp.mit.edu/pks/lookup?op=vindex&search=0x1425F8CE5EBA0E07>`_
68-
* `61F0FB52 <https://pgp.mit.edu/pks/lookup?op=vindex&search=0x52C8F72A61F0FB52>`_
69-
7061
.. _the documentation: https://www.sphinx-doc.org/
7162
.. _the contributors guide: https://www.sphinx-doc.org/en/master/internals/contributing.html
7263
.. _Python Package Index: https://pypi.org/project/Sphinx/

utils/release-checklist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Build Sphinx
3535

3636
* ``make clean``
3737
* ``python -m build .``
38-
* ``twine upload dist/Sphinx-* --sign --identity [your GPG key]``
38+
* ``twine upload dist/Sphinx-*``
3939
* open https://pypi.org/project/Sphinx/ and check for any obvious errors
4040

4141
for stable and major releases

0 commit comments

Comments
 (0)