@@ -135,7 +135,7 @@ jobs:
135
135
path : dist/
136
136
137
137
- name : Build wheels for CPython 3.13
138
- uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
138
+ uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
139
139
with :
140
140
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
141
141
env :
@@ -156,31 +156,31 @@ jobs:
156
156
CIBW_ARCHS : ${{ matrix.cibw_archs }}
157
157
158
158
- name : Build wheels for CPython 3.12
159
- uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
159
+ uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
160
160
with :
161
161
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162
162
env :
163
163
CIBW_BUILD : " cp312-*"
164
164
CIBW_ARCHS : ${{ matrix.cibw_archs }}
165
165
166
166
- name : Build wheels for CPython 3.11
167
- uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
167
+ uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
168
168
with :
169
169
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
170
170
env :
171
171
CIBW_BUILD : " cp311-*"
172
172
CIBW_ARCHS : ${{ matrix.cibw_archs }}
173
173
174
174
- name : Build wheels for CPython 3.10
175
- uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
175
+ uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
176
176
with :
177
177
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
178
178
env :
179
179
CIBW_BUILD : " cp310-*"
180
180
CIBW_ARCHS : ${{ matrix.cibw_archs }}
181
181
182
182
- name : Build wheels for PyPy
183
- uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
183
+ uses : pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
184
184
with :
185
185
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
186
186
env :
@@ -216,7 +216,7 @@ jobs:
216
216
run : ls dist
217
217
218
218
- name : Generate artifact attestation for sdist and wheel
219
- uses : actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
219
+ uses : actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
220
220
with :
221
221
subject-path : dist/matplotlib-*
222
222
0 commit comments