Skip to content

Commit

Permalink
Merge branch 'python-poetry:main' into fix-readme-help
Browse files Browse the repository at this point in the history
  • Loading branch information
kinuax authored Apr 2, 2024
2 parents d06f750 + bd029ac commit 94e3429
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 94e3429

Please sign in to comment.