From a5bb027045fce13356eeae4d93440f7bf61d0e73 Mon Sep 17 00:00:00 2001 From: Corvince Date: Sun, 29 Oct 2023 09:51:01 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fe88a7..7a1db54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,5 +25,3 @@ jobs: - name: Publish package to PyPI if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }}