From f3215c2be9745f17d3d0c1a3222309553b239c4c Mon Sep 17 00:00:00 2001 From: Max Grover Date: Wed, 29 Nov 2023 16:14:09 -0600 Subject: [PATCH] FIX: Fix lack of permissions in pypi Fix the lack of permissions in the pypi file --- .github/workflows/pypi.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index f9c2135..89956cd 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -5,8 +5,10 @@ on: types: [created] jobs: - deploy: + publish: runs-on: ubuntu-latest + permissions: + id-token: write steps: - uses: actions/checkout@v2 - name: Set up Python