From 6a7f07ff341e0276b2965835bd2e15462c9ed39f Mon Sep 17 00:00:00 2001 From: Hajime Senuma Date: Tue, 27 Aug 2024 21:26:02 +0900 Subject: [PATCH] Fix permissions for wheels.yml --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 497c330..5a41b13 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -13,6 +13,8 @@ on: pypi-password: required: false +permissions: {} + jobs: build_wheels: name: Build wheels on ${{ matrix.os }}_${{ matrix.archs }}