From 029f303280832fe0311271b023c985eb154b9349 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Mon, 25 May 2026 19:45:34 -0700 Subject: [PATCH] CI: fix permissions for trusted publishing --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85f1db7..d0df986 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,9 @@ jobs: name: PyPi Release runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') + permissions: + # IMPORTANT: this permission is mandatory for trusted publishing + id-token: write needs: [pytest, docs, style] steps: - uses: actions/checkout@v6