@@ -135,39 +135,39 @@ jobs:
135
135
path : dist/
136
136
137
137
- name : Build wheels for CPython 3.12
138
- uses : pypa/cibuildwheel@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
138
+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
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@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
146
+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
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@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
154
+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
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@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
162
+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
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@711a3d017d0729f3edde18545fee967f03d65f65 # v2.18.0
170
+ uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
171
171
with :
172
172
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
173
173
env :
@@ -203,9 +203,9 @@ jobs:
203
203
run : ls dist
204
204
205
205
- name : Generate artifact attestation for sdist and wheel
206
- uses : actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
206
+ uses : actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
207
207
with :
208
208
subject-path : dist/matplotlib-*
209
209
210
210
- name : Publish package distributions to PyPI
211
- uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
211
+ uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
0 commit comments