From e55d2f3ca5cbda37ef05dbf924cb919629b6ee87 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Thu, 4 May 2023 21:34:40 -0400 Subject: [PATCH] Revert "Switch to PyPI trusted publisher" This reverts commit 57c4dcdc8b4a2c225cf5a7f5224d03dbffc1115d. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a0d3a18..c29672f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,5 +8,5 @@ on: jobs: publish: uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 - permissions: - id-token: write + secrets: + pypi_token: ${{ secrets.pypi_token }}