@@ -136,7 +136,7 @@ jobs:
136
136
path : dist/
137
137
138
138
- name : Build wheels for CPython 3.12
139
- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
139
+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
140
140
with :
141
141
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
142
142
env :
@@ -158,31 +158,31 @@ jobs:
158
158
pip install --pre "numpy>=1.25"
159
159
160
160
- name : Build wheels for CPython 3.11
161
- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
161
+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
162
162
with :
163
163
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
164
164
env :
165
165
CIBW_BUILD : " cp311-*"
166
166
CIBW_ARCHS : ${{ matrix.cibw_archs }}
167
167
168
168
- name : Build wheels for CPython 3.10
169
- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
169
+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
170
170
with :
171
171
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
172
172
env :
173
173
CIBW_BUILD : " cp310-*"
174
174
CIBW_ARCHS : ${{ matrix.cibw_archs }}
175
175
176
176
- name : Build wheels for CPython 3.9
177
- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
177
+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
178
178
with :
179
179
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
180
180
env :
181
181
CIBW_BUILD : " cp39-*"
182
182
CIBW_ARCHS : ${{ matrix.cibw_archs }}
183
183
184
184
- name : Build wheels for PyPy
185
- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
185
+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
186
186
with :
187
187
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188
188
env :
0 commit comments