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.
1 parent b234f6a commit 44894e0Copy full SHA for 44894e0
.github/workflows/wheels.yml
@@ -80,7 +80,7 @@ jobs:
80
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
81
- name: Install cibuildwheel
82
# Nb. keep cibuildwheel version pin consistent with job below
83
- run: pipx install cibuildwheel==2.16.5
+ run: pipx install cibuildwheel==2.22.0
84
- id: set-matrix
85
run: |
86
MATRIX=$(
@@ -129,7 +129,7 @@ jobs:
129
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
130
131
- name: Build wheels
132
- uses: pypa/cibuildwheel@v2.16.5
+ uses: pypa/cibuildwheel@v2.22.0
133
with:
134
only: ${{ matrix.only }}
135
0 commit comments