@@ -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@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
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@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
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@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
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@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
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@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
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@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
206
+ uses : actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
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