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