@@ -135,39 +135,39 @@ jobs:
135135 path : dist/
136136
137137 - name : Build wheels for CPython 3.12
138- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18 .1
138+ uses : pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
139139 with :
140140 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
141141 env :
142142 CIBW_BUILD : " cp312-*"
143143 CIBW_ARCHS : ${{ matrix.cibw_archs }}
144144
145145 - name : Build wheels for CPython 3.11
146- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18 .1
146+ uses : pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
147147 with :
148148 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149 env :
150150 CIBW_BUILD : " cp311-*"
151151 CIBW_ARCHS : ${{ matrix.cibw_archs }}
152152
153153 - name : Build wheels for CPython 3.10
154- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18 .1
154+ uses : pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
155155 with :
156156 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
157157 env :
158158 CIBW_BUILD : " cp310-*"
159159 CIBW_ARCHS : ${{ matrix.cibw_archs }}
160160
161161 - name : Build wheels for CPython 3.9
162- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18 .1
162+ uses : pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
163163 with :
164164 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
165165 env :
166166 CIBW_BUILD : " cp39-*"
167167 CIBW_ARCHS : ${{ matrix.cibw_archs }}
168168
169169 - name : Build wheels for PyPy
170- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # v2.18 .1
170+ uses : pypa/cibuildwheel@932529cab190fafca8c735a551657247fa8f8eaf # v2.19 .1
171171 with :
172172 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
173173 env :
@@ -203,9 +203,9 @@ jobs:
203203 run : ls dist
204204
205205 - 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
207207 with :
208208 subject-path : dist/matplotlib-*
209209
210210 - 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