From 463d576b1bcfe516b5b8417d3fd83b0517aa9e59 Mon Sep 17 00:00:00 2001 From: David Wallace Date: Sun, 3 Oct 2021 15:09:12 -0700 Subject: [PATCH] use pypi token instead of user pass --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f718cd6..53cb5b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,6 @@ jobs: - name: Poetry Publish env: - POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.POETRY_HTTP_BASIC_PYPI_USERNAME }} - POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.POETRY_HTTP_BASIC_PYPI_PASSWORD }} + POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }} run: | poetry publish --no-interaction --build