From a3bbe98bcbff063ad0b765f6129d53a65823fdc0 Mon Sep 17 00:00:00 2001 From: TEParsons Date: Wed, 12 Jun 2024 12:48:47 +0100 Subject: [PATCH] SYS: Need higher permissions level to auto-attach binaries to release --- .github/workflows/pypi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index a01c9e1..4708dde 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -12,6 +12,7 @@ jobs: environment: pypi permissions: id-token: write + contents: write steps: - uses: actions/checkout@master