From a6b4a294601bef4ffab72f77348ef8d4214cf1fa Mon Sep 17 00:00:00 2001 From: tazlin Date: Sun, 5 May 2024 10:48:16 -0400 Subject: [PATCH] ci/fix: don't use pypi api token see https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/ --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31771fae..917c8722 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,8 +93,6 @@ jobs: - name: "📦 Publish distribution to PyPI" if: ${{ steps.release.outputs.version != '' }} uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }} # Update the badges (maybe, if we're lucky) - name: "📦 Refresh pypi badge cache"