From afc0dab0f19e6ac1e713f168bdda7f401caea6ad Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Tue, 19 Nov 2024 10:41:19 -0500 Subject: [PATCH] make sure action has permission to create release --- .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