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: