Merge pull request #2136 from KLayout/dependabot/github_actions/pypa/cibuildwheel-3.1.4

Bump pypa/cibuildwheel from 3.1.3 to 3.1.4
This commit is contained in:
Matthias Köfferlein
2025-09-06 13:24:34 +02:00
committed by GitHub
+2 -2
View File
@@ -66,7 +66,7 @@ jobs:
mkdir -p $HOST_CCACHE_DIR
- name: Build wheels (ARM)
if: matrix.os == 'ubuntu-24.04-arm'
uses: pypa/[email protected].3
uses: pypa/[email protected].4
env:
# override the default CentOS “yum install … ccache” and drop ccache
CIBW_BEFORE_ALL_LINUX: |
@@ -81,7 +81,7 @@ jobs:
- name: Build wheels (all other platforms)
if: matrix.os != 'ubuntu-24.04-arm'
uses: pypa/[email protected].3
uses: pypa/[email protected].4
env:
CIBW_BUILD: ${{ matrix.cibuild }}
CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }}