From ae7456ca6f096a2c7073af4179e04373fadcab5d Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:42:38 +0100 Subject: [PATCH] Update repositories.md xref https://python-poetry.org/docs/configuration/#pypi-tokenname --- docs/repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repositories.md b/docs/repositories.md index 0d1f43cc914..a06d45f9f46 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -498,7 +498,7 @@ if it exists for you use case instead of doing it yourself. Alternatively, you can use environment variables to provide the credentials: ```bash -export POETRY_FOO_TOKEN_PYPI=my-token +export POETRY_PYPI_TOKEN_FOO=my-token export POETRY_HTTP_BASIC_FOO_USERNAME= export POETRY_HTTP_BASIC_FOO_PASSWORD= ```