Skip to content

Commit

Permalink
Repositories update to resolve #6659 (#9255)
Browse files Browse the repository at this point in the history
(cherry picked from commit bd029ac)
  • Loading branch information
Rexeh authored and radoering committed Apr 30, 2024
1 parent 53673bf commit 779b042
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 779b042

Please sign in to comment.