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 6facebe commit 227ea38Copy full SHA for 227ea38
.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.22.0
+ run: pipx install cibuildwheel==3.0.0
84
- id: set-matrix
85
run: |
86
MATRIX=$(
@@ -142,7 +142,7 @@ jobs:
142
arch: x86
143
144
- name: Build wheels
145
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v3.0.0
146
with:
147
only: ${{ matrix.only }}
148
0 commit comments