From 596fb76f8019360473ca55bec3c0530e15111d38 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 24 Nov 2023 17:44:09 +0000 Subject: [PATCH] [24/11/23] Fixing workflow file --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dce614a..28b3814 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ on: permissions: contents: read + id-token: write + jobs: linux: @@ -113,8 +115,6 @@ jobs: name: wheels - name: Publish to PyPI uses: PyO3/maturin-action@v1 - permissions: - id-token: write with: command: upload args: --non-interactive --skip-existing *