Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit c4dc7be

Browse files
committed
README.md: Final publishing tweaks
1 parent 1ee1afe commit c4dc7be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ use this token when publishing instead of your username and password.
4747
As username, use `__token__`.
4848
As password, use the token itself, including the `pypi-` prefix.
4949

50-
See https://pypi.org/help/#apitoken for help using API tokens to publish. This is what I have in `~/.pypirc`:
50+
See https://pypi.org/help/#apitoken for help using API tokens to publish. This
51+
is what I have in `~/.pypirc`:
5152

5253
```
5354
[distutils]
@@ -56,6 +57,7 @@ index-servers =
5657
5758
# Use `twine upload -r rsa` to upload with this token.
5859
[rsa]
60+
repository = https://upload.pypi.org/legacy/
5961
username = __token__
6062
password = pypi-token
6163
```

0 commit comments

Comments
 (0)