From 8eb05b56534bc4252ddbb46f0330edb43ff3d867 Mon Sep 17 00:00:00 2001 From: Evgeniy Krysanov Date: Tue, 8 Oct 2024 10:54:10 +0300 Subject: [PATCH] ci(actions): switch to PyPI token for publishing package --- .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 7915fb8..1ba468a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,5 +20,4 @@ jobs: git rev-parse HEAD > VERSION.txt poetry publish --build 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 }}