From de733afa6542e16c86d9723b4dac50806f05439b Mon Sep 17 00:00:00 2001 From: Sekou Diao Date: Fri, 27 Jan 2023 01:00:57 +0100 Subject: [PATCH] permissions --- .github/workflows/upload_wheels_to_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload_wheels_to_pypi.yml b/.github/workflows/upload_wheels_to_pypi.yml index 247c9e97..4f347e71 100644 --- a/.github/workflows/upload_wheels_to_pypi.yml +++ b/.github/workflows/upload_wheels_to_pypi.yml @@ -16,8 +16,8 @@ jobs: build_wheels_with_poetry: name: Build poetry packages on ${{ matrix.os }} runs-on: ${{ matrix.os }} - permissions: - id-token: write + permissions: write-all + # id-token: write defaults: run: shell: bash