From 4f48b68a5fac818f5c3f3995ad89da1c590c3226 Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Wed, 24 Jan 2024 19:10:27 -0800 Subject: [PATCH] chore: fix cicd publish step --- .github/workflows/cicd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3cb88f1a..0a76ecf5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -81,5 +81,4 @@ jobs: with: python-version: 3.x github-token: ${{ secrets.BOT_GITHUB_TOKEN }} - pypi-username: ${{ secrets.PYPI_USERNAME }} - pypi-password: ${{ secrets.PYPI_PASSWORD }} + pypi-api-token: ${{ secrets.PYPI_API_TOKEN }}