@@ -146,39 +146,39 @@ jobs:
146
146
path : dist/
147
147
148
148
- name : Build wheels for CPython 3.12
149
- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
149
+ uses : pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
150
150
with :
151
151
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
152
152
env :
153
153
CIBW_BUILD : " cp312-*"
154
154
CIBW_ARCHS : ${{ matrix.cibw_archs }}
155
155
156
156
- name : Build wheels for CPython 3.11
157
- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
157
+ uses : pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
158
158
with :
159
159
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
160
160
env :
161
161
CIBW_BUILD : " cp311-*"
162
162
CIBW_ARCHS : ${{ matrix.cibw_archs }}
163
163
164
164
- name : Build wheels for CPython 3.10
165
- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
165
+ uses : pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
166
166
with :
167
167
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
168
168
env :
169
169
CIBW_BUILD : " cp310-*"
170
170
CIBW_ARCHS : ${{ matrix.cibw_archs }}
171
171
172
172
- name : Build wheels for CPython 3.9
173
- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
173
+ uses : pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
174
174
with :
175
175
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
176
176
env :
177
177
CIBW_BUILD : " cp39-*"
178
178
CIBW_ARCHS : ${{ matrix.cibw_archs }}
179
179
180
180
- name : Build wheels for PyPy
181
- uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
181
+ uses : pypa/cibuildwheel@0b04ab1040366101259658b355777e4ff2d16f83 # v2.16.4
182
182
with :
183
183
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
184
184
env :
0 commit comments