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