Grant permissions to read package repository to build step
This commit is contained in:
parent
5a8d94c50d
commit
08aa763619
|
@ -71,6 +71,8 @@ jobs:
|
|||
build_wheels:
|
||||
name: Build wheel for ${{ matrix.python }}-${{ matrix.buildplat[1] }}
|
||||
needs: build-custom-manylinux
|
||||
permissions:
|
||||
packages: read
|
||||
runs-on: ${{ matrix.buildplat[0] }}
|
||||
strategy:
|
||||
# Ensure that a wheel builder finishes even if another fails
|
||||
|
|
Loading…
Reference in New Issue