From f527703f38ee0f3d5c6718f26c75a11bd75c4fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:01:59 +0000 Subject: [PATCH] ci: Fix wheels publish config (#644) Fix the failed wheels deployment https://github.com/CQCL/guppylang/actions/runs/11801943251/job/32876453714 --- .github/workflows/python-wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 9b82dda6..649eec60 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -9,6 +9,9 @@ name: Build and publish python wheels # this workflow will publish the wheels to pypi. # If the version is already published, pypi just ignores it. +permissions: + id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + on: workflow_dispatch: push: