From c4dc7beb04bea05ed86adb2e4b7f780f173774b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 20 Jul 2022 12:28:45 +0200 Subject: README.md: Final publishing tweaks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ``` -- cgit v1.2.1