@@ -143,7 +143,7 @@ jobs:
143
143
path : dist/
144
144
145
145
- name : Build wheels for CPython 3.13
146
- uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
146
+ uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
147
147
with :
148
148
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149
149
env :
@@ -163,31 +163,31 @@ jobs:
163
163
CIBW_ARCHS : ${{ matrix.cibw_archs }}
164
164
165
165
- name : Build wheels for CPython 3.12
166
- uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
166
+ uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
167
167
with :
168
168
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
169
169
env :
170
170
CIBW_BUILD : " cp312-*"
171
171
CIBW_ARCHS : ${{ matrix.cibw_archs }}
172
172
173
173
- name : Build wheels for CPython 3.11
174
- uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
174
+ uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
175
175
with :
176
176
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
177
177
env :
178
178
CIBW_BUILD : " cp311-*"
179
179
CIBW_ARCHS : ${{ matrix.cibw_archs }}
180
180
181
181
- name : Build wheels for CPython 3.10
182
- uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
182
+ uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
183
183
with :
184
184
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
185
185
env :
186
186
CIBW_BUILD : " cp310-*"
187
187
CIBW_ARCHS : ${{ matrix.cibw_archs }}
188
188
189
189
- name : Build wheels for PyPy
190
- uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
190
+ uses : pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
191
191
with :
192
192
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
193
193
env :
@@ -231,9 +231,9 @@ jobs:
231
231
run : ls dist
232
232
233
233
- name : Generate artifact attestation for sdist and wheel
234
- uses : actions/attest-build-provenance@310b0a4a3b0b78ef57ecda988ee04b132db73ef8 # v1.4.1
234
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
235
235
with :
236
236
subject-path : dist/matplotlib-*
237
237
238
238
- name : Publish package distributions to PyPI
239
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
239
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
0 commit comments