We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c6bc9c + 0be510f commit 441cca7Copy full SHA for 441cca7
.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.2.1
+ uses: pypa/cibuildwheel@v3.3.0
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