From 4f0762a73374f53fafc700d0adc5161a97147e29 Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Sat, 23 Dec 2023 19:47:12 +0100 Subject: [PATCH] chore: try to upload release --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c2642d..fa5714c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,8 @@ on: types: [published] permissions: - contents: read + contents: write + jobs: pypi-publish: @@ -29,3 +30,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: ./dist/* + release_id: ${{ github.event.release.id }}