From 16f2957961739a18ff6324b45aef701cc7635796 Mon Sep 17 00:00:00 2001 From: edavidaja Date: Thu, 29 May 2025 16:29:44 -0400 Subject: [PATCH] unset pypi token --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e544b016..2f3a4573 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -119,9 +119,7 @@ jobs: BDIST_WHEEL: ${{ steps.create_dist.outputs.whl }} - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }} + docs: needs: test runs-on: ubuntu-latest