We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ca31fb + a34a83a commit cd0fbd9Copy full SHA for cd0fbd9
1 file changed
.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.4.0
+ uses: pypa/cibuildwheel@v3.4.1
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