From 5f6f9186e43b899e1f387bc90c4d4350b54686c5 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 19 Nov 2024 10:43:02 -0500 Subject: [PATCH] make sure action has permission to create release (#2083) [skip ci] --- .github/workflows/pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 33deccb29..4816acaef 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -10,6 +10,8 @@ jobs: setup_release: name: Create Release runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Get the tag version id: extract_branch