From d3a491158e550db2808b6f6609432bdb95586486 Mon Sep 17 00:00:00 2001 From: Adam Lugowski Date: Tue, 17 Oct 2023 22:03:44 -0700 Subject: [PATCH] Setup PyPI trusted publishing --- .github/workflows/wheels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bd5378d..18d232a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -47,7 +47,6 @@ jobs: if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.upload_dest == 'PyPI') with: verbose: true - password: ${{ secrets.PYPI_API_TOKEN }} - uses: pypa/gh-action-pypi-publish@release/v1 name: Upload to Test PyPI