Skip to content

Commit

Permalink
Remove -s from twine command
Browse files Browse the repository at this point in the history
PyPI no longer support GPG-signed release.
  • Loading branch information
lieryan committed Nov 5, 2023
1 parent afe08c2 commit 25586a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 25586a6

Please sign in to comment.