summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 12:28:45 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2022-07-20 12:28:45 +0200
commitc4dc7beb04bea05ed86adb2e4b7f780f173774b8 (patch)
tree4d67195c12f203e49e4b4d27229d258655620143
parent1ee1afee004cae97b9c5e0aa549042dba45bd45b (diff)
downloadrsa-git-c4dc7beb04bea05ed86adb2e4b7f780f173774b8.tar.gz
README.md: Final publishing tweaksversion-4.9
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b2efa7b..fae569b 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,8 @@ use this token when publishing instead of your username and password.
As username, use `__token__`.
As password, use the token itself, including the `pypi-` prefix.
-See https://pypi.org/help/#apitoken for help using API tokens to publish. This is what I have in `~/.pypirc`:
+See https://pypi.org/help/#apitoken for help using API tokens to publish. This
+is what I have in `~/.pypirc`:
```
[distutils]
@@ -56,6 +57,7 @@ index-servers =
# Use `twine upload -r rsa` to upload with this token.
[rsa]
+ repository = https://upload.pypi.org/legacy/
username = __token__
password = pypi-token
```