From 543796e1d4f6805728369056e0552cad14ba5e2f Mon Sep 17 00:00:00 2001 From: David McKee Date: Wed, 21 Aug 2024 15:26:24 +0100 Subject: [PATCH] Speculative: Remove old auth from PyPI --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d10bf1e4..46f61b63 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,5 +22,3 @@ jobs: - name: Publish distribution to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }}