Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kc authored Sep 5, 2024
1 parent 92eca79 commit 66e830c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ If you still want to use your username and password, you can do so with the foll
```
poetry config http-basic.pypi <username> <password>
```

If you want to use plaintext config instead of keyring:

```
poetry config keyring.enabled false
```

0 comments on commit 66e830c

Please sign in to comment.