@@ -143,7 +143,7 @@ jobs:
143
143
path : dist/
144
144
145
145
- name : Build wheels for CPython 3.13
146
- uses : pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
146
+ uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
147
147
with :
148
148
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149
149
env :
@@ -161,31 +161,31 @@ jobs:
161
161
CIBW_ARCHS : ${{ matrix.cibw_archs }}
162
162
163
163
- name : Build wheels for CPython 3.12
164
- uses : pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
164
+ uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
165
165
with :
166
166
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
167
167
env :
168
168
CIBW_BUILD : " cp312-*"
169
169
CIBW_ARCHS : ${{ matrix.cibw_archs }}
170
170
171
171
- name : Build wheels for CPython 3.11
172
- uses : pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
172
+ uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
173
173
with :
174
174
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
175
175
env :
176
176
CIBW_BUILD : " cp311-*"
177
177
CIBW_ARCHS : ${{ matrix.cibw_archs }}
178
178
179
179
- name : Build wheels for CPython 3.10
180
- uses : pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
180
+ uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
181
181
with :
182
182
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
183
183
env :
184
184
CIBW_BUILD : " cp310-*"
185
185
CIBW_ARCHS : ${{ matrix.cibw_archs }}
186
186
187
187
- name : Build wheels for PyPy
188
- uses : pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
188
+ uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
189
189
with :
190
190
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
191
191
env :
0 commit comments