From f98a06caf40e4e538f65427644be4f937b7def68 Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Sat, 23 Dec 2023 19:56:02 +0100 Subject: [PATCH] chore: fixup permissions --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa5714c..9a7a44c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,10 +4,6 @@ on: release: types: [published] -permissions: - contents: write - - jobs: pypi-publish: name: Upload release to PyPI @@ -15,7 +11,7 @@ jobs: permissions: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write - + contents: write steps: - uses: actions/checkout@v4 - uses: pdm-project/setup-pdm@v3