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