From bd029ac0564b7822efbc903320e24ad021567a48 Mon Sep 17 00:00:00 2001 From: Rob <5183487+Rexeh@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:19:17 +0100 Subject: [PATCH] Repositories update to resolve #6659 (#9255) --- docs/repositories.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/repositories.md b/docs/repositories.md index 6c8d5e0845e..0cc0a6761d3 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -511,6 +511,10 @@ Once you have created a new token, you can tell Poetry to use it: ```bash poetry config pypi-token.pypi ``` +If you have configured **testpypi** as a [Publishable Repository](#publishable-repositories), the token can be set using +```bash +poetry config pypi-token.testpypi +``` If you still want to use your username and password, you can do so with the following call to `config`.