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