@@ -147,39 +147,39 @@ jobs:
147
147
path : dist/
148
148
149
149
- name : Build wheels for CPython 3.12
150
- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
150
+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
151
151
with :
152
152
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
153
153
env :
154
154
CIBW_BUILD : " cp312-*"
155
155
CIBW_ARCHS : ${{ matrix.cibw_archs }}
156
156
157
157
- name : Build wheels for CPython 3.11
158
- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
158
+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
159
159
with :
160
160
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
161
161
env :
162
162
CIBW_BUILD : " cp311-*"
163
163
CIBW_ARCHS : ${{ matrix.cibw_archs }}
164
164
165
165
- name : Build wheels for CPython 3.10
166
- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
166
+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
167
167
with :
168
168
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
169
169
env :
170
170
CIBW_BUILD : " cp310-*"
171
171
CIBW_ARCHS : ${{ matrix.cibw_archs }}
172
172
173
173
- name : Build wheels for CPython 3.9
174
- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
174
+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
175
175
with :
176
176
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177
177
env :
178
178
CIBW_BUILD : " cp39-*"
179
179
CIBW_ARCHS : ${{ matrix.cibw_archs }}
180
180
181
181
- name : Build wheels for PyPy
182
- uses : pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
182
+ uses : pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # v2.17.0
183
183
with :
184
184
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
185
185
env :
@@ -213,4 +213,4 @@ jobs:
213
213
run : ls dist
214
214
215
215
- name : Publish package distributions to PyPI
216
- uses : pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12
216
+ uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
0 commit comments