From c4db4ce93760821d10a000d27bb8e60bac035956 Mon Sep 17 00:00:00 2001 From: Merzlikin-Matvey Date: Sat, 14 Sep 2024 16:51:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20github=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9f5aa6..8db7e7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,6 +55,4 @@ jobs: env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }} run: | - poetry config pypi-token.pypi $POETRY_PYPI_TOKEN_PYPI - poetry build - poetry publish \ No newline at end of file + poetry build \ No newline at end of file