diff --git a/docs/repositories.md b/docs/repositories.md index 4e7affe1888..0cc0a6761d3 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -513,7 +513,7 @@ 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.test-pypi +poetry config pypi-token.testpypi ``` If you still want to use your username and password, you can do so with the following