From 25586a6c6d4eb339fdf09188c195d24b43970efb Mon Sep 17 00:00:00 2001 From: Lie Ryan Date: Mon, 6 Nov 2023 02:14:29 +1100 Subject: [PATCH] Remove -s from twine command PyPI no longer support GPG-signed release. --- docs/release-process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-process.rst b/docs/release-process.rst index 4536e1a7d..0f05bc979 100644 --- a/docs/release-process.rst +++ b/docs/release-process.rst @@ -17,7 +17,7 @@ Release 5. Tag the release with the tag annotation containing the release information, ``python bin/tag-release.py`` 6. ``python3 -m build`` -7. ``twine upload -s dist/rope-$VERSION.{tar.gz,whl}`` +7. ``twine upload dist/rope-$VERSION.{tar.gz,whl}`` 8. Publish to Discussions Announcement 9. Close milestone