Merge pull request #2167 from KLayout/dependabot/github_actions/pypa/cibuildwheel-3.2.0

Bump pypa/cibuildwheel from 3.1.4 to 3.2.0
This commit is contained in:
Matthias Köfferlein 2025-10-18 13:51:00 +02:00 committed by GitHub
commit 86eae062ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ jobs:
mkdir -p $HOST_CCACHE_DIR mkdir -p $HOST_CCACHE_DIR
- name: Build wheels (ARM) - name: Build wheels (ARM)
if: matrix.os == 'ubuntu-24.04-arm' if: matrix.os == 'ubuntu-24.04-arm'
uses: pypa/cibuildwheel@v3.1.4 uses: pypa/cibuildwheel@v3.2.0
env: env:
# override the default CentOS “yum install … ccache” and drop ccache # override the default CentOS “yum install … ccache” and drop ccache
CIBW_BEFORE_ALL_LINUX: | CIBW_BEFORE_ALL_LINUX: |
@ -81,7 +81,7 @@ jobs:
- name: Build wheels (all other platforms) - name: Build wheels (all other platforms)
if: matrix.os != 'ubuntu-24.04-arm' if: matrix.os != 'ubuntu-24.04-arm'
uses: pypa/cibuildwheel@v3.1.4 uses: pypa/cibuildwheel@v3.2.0
env: env:
CIBW_BUILD: ${{ matrix.cibuild }} CIBW_BUILD: ${{ matrix.cibuild }}
CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }} CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }}