We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b60210e + bc91ba1 commit 10a34ccCopy full SHA for 10a34cc
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
mkdir -p $HOST_CCACHE_DIR
67
- name: Build wheels (ARM)
68
if: matrix.os == 'ubuntu-24.04-arm'
69
- uses: pypa/cibuildwheel@v3.0.0
+ uses: pypa/cibuildwheel@v3.1.3
70
env:
71
# override the default CentOS “yum install … ccache” and drop ccache
72
CIBW_BEFORE_ALL_LINUX: |
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Build wheels (all other platforms)
83
if: matrix.os != 'ubuntu-24.04-arm'
84
85
86
CIBW_BUILD: ${{ matrix.cibuild }}
87
CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }}
0 commit comments