From 1dbb6dc9d929a14f9fb9a0f3d68c496388249987 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 17 Jul 2024 00:59:21 +0200 Subject: [PATCH] Update `cibuildwheel` used in `package.yml` Actions workflow --- .github/workflows/package.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e37ae8e..c5cb2ea 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -34,7 +34,7 @@ jobs: with: platforms: all - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_ARCHS: aarch64 CIBW_BUILD: ${{ matrix.python-tag }} @@ -71,7 +71,7 @@ jobs: with: submodules: true - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_ARCHS: x86_64 CIBW_BUILD: ${{ matrix.python-tag }} @@ -108,7 +108,7 @@ jobs: with: submodules: true - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_ARCHS: x86_64 CIBW_BUILD: ${{ matrix.python-tag }} @@ -139,7 +139,7 @@ jobs: with: submodules: true - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_ARCHS: arm64 CIBW_BUILD: ${{ matrix.python-tag }} @@ -176,7 +176,7 @@ jobs: with: submodules: true - name: Build manylinux wheels - uses: pypa/cibuildwheel@v2.18.0 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_ARCHS: AMD64 CIBW_BUILD: ${{ matrix.python-tag }} @@ -259,6 +259,7 @@ jobs: release: environment: GitHub Releases runs-on: ubuntu-latest + permissions: write-all if: "!contains(github.ref, 'rc')" name: Release needs: upload