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