From 3ed32d434bc36cb7ace4998268234c6d5dacb6f9 Mon Sep 17 00:00:00 2001 From: Ahmed TAHRI Date: Mon, 20 Jan 2025 15:40:00 +0100 Subject: [PATCH] :wrench: allow content write gh release upload artifacts --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 48849f4..f0e3ae0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -314,6 +314,7 @@ jobs: environment: pypi permissions: id-token: write + contents: write steps: - name: Download distributions uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7