From 24db890323fe0ecec438bb1248cd5731166780b6 Mon Sep 17 00:00:00 2001 From: Luca Faggianelli Date: Mon, 22 May 2023 17:42:46 +0200 Subject: [PATCH] fix pypi trusted publishing --- .github/workflows/pypi-publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index 5d8a84cd..17f06d73 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -19,6 +19,9 @@ jobs: deploy: runs-on: ubuntu-latest + permissions: + # this permission is mandatory for PyPI trusted publishing + id-token: write steps: - uses: actions/checkout@v3