From dd4922c227c8e1520009d1f76f5f5b8f50bbd4c5 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Thu, 23 Oct 2025 17:29:07 +0530 Subject: [PATCH] Remove API token from pypi publishing action We can not remmmove this as trusted publishing is enabled. Signed-off-by: Ayan Sinha Mahapatra --- .github/workflows/pypi-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 294039d..ca12e50 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -85,5 +85,3 @@ jobs: - name: Publish to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }}