From fe78a4f430eb825a23c43b28d4011cc0ab7f6857 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Mon, 3 Feb 2025 10:41:13 -0500 Subject: [PATCH] ci: change permission on pypi --- .github/workflows/pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 77ac64ed..50c1bf67 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -48,8 +48,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest permissions: - contents: read - packages: write + id-token: write steps: - name: Get sdist uses: actions/download-artifact@v4