Skip to content

Commit

Permalink
Add missing backquote
Browse files Browse the repository at this point in the history
  • Loading branch information
sryabkov authored and neersighted committed Sep 18, 2022
1 parent c2839c8 commit c8949dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2022-08-31-announcing-poetry-1-2-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ What that means is that if you are using both poetry 1.1.x and 1.2.0 in parallel

### Keyring

Keyring is a new component in poetry 1.2, and kinks are still being worked out. Depending on your configuration, Keyring may not be able to communicate with a backend or determine that there is no working backend. Error handling will improve, but in the meantime setting the backend to Fail (e.g. through setting `PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring", see [poetry issue 2692] for more details), will allow you to rule out the keyring component when setting up authentication.
Keyring is a new component in poetry 1.2, and kinks are still being worked out. Depending on your configuration, Keyring may not be able to communicate with a backend or determine that there is no working backend. Error handling will improve, but in the meantime setting the backend to Fail (e.g. through setting `PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"`, see [poetry issue 2692] for more details), will allow you to rule out the keyring component when setting up authentication.

One scenario where Keyring configuration might need the adjustment is using poetry 1.2.0 with a private PyPI repo that uses basic authentication.

Expand Down

0 comments on commit c8949dc

Please sign in to comment.