@@ -136,7 +136,7 @@ jobs:
136136 path : dist/
137137
138138 - name : Build wheels for CPython 3.12
139- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
139+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
140140 with :
141141 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
142142 env :
@@ -158,31 +158,31 @@ jobs:
158158 pip install --pre "numpy>=1.25"
159159
160160 - name : Build wheels for CPython 3.11
161- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
161+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
162162 with :
163163 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
164164 env :
165165 CIBW_BUILD : " cp311-*"
166166 CIBW_ARCHS : ${{ matrix.cibw_archs }}
167167
168168 - name : Build wheels for CPython 3.10
169- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
169+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
170170 with :
171171 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
172172 env :
173173 CIBW_BUILD : " cp310-*"
174174 CIBW_ARCHS : ${{ matrix.cibw_archs }}
175175
176176 - name : Build wheels for CPython 3.9
177- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
177+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
178178 with :
179179 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
180180 env :
181181 CIBW_BUILD : " cp39-*"
182182 CIBW_ARCHS : ${{ matrix.cibw_archs }}
183183
184184 - name : Build wheels for PyPy
185- uses : pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15 .0
185+ uses : pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # v2.16 .0
186186 with :
187187 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
188188 env :
0 commit comments