From 978746d1c338c18572e94be043f592e7eeb788ac Mon Sep 17 00:00:00 2001 From: Martin Fitzner Date: Tue, 3 Sep 2024 18:05:29 +0200 Subject: [PATCH] Remove token from publishing pipelines --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bd2537d8..a74488f94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,6 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ - password: ${{ secrets.TEST_PYPI_TOKEN }} # Upload to real PyPI on GitHub Releases. release-pypi: @@ -84,5 +83,3 @@ jobs: path: dist - name: Upload package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_TOKEN }}