@@ -137,7 +137,7 @@ jobs:
137
137
path : dist/
138
138
139
139
- name : Build wheels for CPython 3.13
140
- uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
140
+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
141
141
with :
142
142
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
143
143
env :
@@ -148,31 +148,31 @@ jobs:
148
148
CIBW_ARCHS : ${{ matrix.cibw_archs }}
149
149
150
150
- name : Build wheels for CPython 3.12
151
- uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
151
+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
152
152
with :
153
153
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
154
154
env :
155
155
CIBW_BUILD : " cp312-*"
156
156
CIBW_ARCHS : ${{ matrix.cibw_archs }}
157
157
158
158
- name : Build wheels for CPython 3.11
159
- uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
159
+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
160
160
with :
161
161
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162
162
env :
163
163
CIBW_BUILD : " cp311-*"
164
164
CIBW_ARCHS : ${{ matrix.cibw_archs }}
165
165
166
166
- name : Build wheels for CPython 3.10
167
- uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
167
+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
168
168
with :
169
169
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
170
170
env :
171
171
CIBW_BUILD : " cp310-*"
172
172
CIBW_ARCHS : ${{ matrix.cibw_archs }}
173
173
174
174
- name : Build wheels for PyPy
175
- uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
175
+ uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
176
176
with :
177
177
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
178
178
env :
0 commit comments