Skip to content

Commit

Permalink
Repositories update to resolve #6659 (#9255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Apr 2, 2024
1 parent fe9f85b commit bd029ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,10 @@ Once you have created a new token, you can tell Poetry to use it:
```bash
poetry config pypi-token.pypi <my-token>
```
If you have configured **testpypi** as a [Publishable Repository](#publishable-repositories), the token can be set using
```bash
poetry config pypi-token.testpypi <your-token>
```

If you still want to use your username and password, you can do so with the following
call to `config`.
Expand Down

0 comments on commit bd029ac

Please sign in to comment.