From 454b61b7e809c425e5ae1989457493564b46ab88 Mon Sep 17 00:00:00 2001 From: Rakshit Kumar Singh Date: Sun, 17 Mar 2024 14:51:46 +0000 Subject: [PATCH] minor fix --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bebd413..034cb71 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,8 +25,7 @@ jobs: - name: Build and publish env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + TWINE_PASSWORD: ${{ secrets.__PYPI_API_TOKEN__ }} run: | python -m build twine upload dist/*