From ee949db51854fa34b0243af3572fe99ca1953d02 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 12 Mar 2025 11:54:10 -0400 Subject: [PATCH] [build] remove maintainer password from PyPI publish workflow in lieu of trusted publisher attestation --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72d6cd43b..ee173b9cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,5 +19,3 @@ jobs: needs: [ check ] with: upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }} - secrets: - pypi_token: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }}