70
70
run : twine check dist/*
71
71
72
72
- name : Upload sdist result
73
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
73
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
74
74
with :
75
75
name : cibw-sdist
76
76
path : dist/*.tar.gz
@@ -131,13 +131,13 @@ jobs:
131
131
132
132
steps :
133
133
- name : Download sdist
134
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
134
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
135
135
with :
136
136
name : cibw-sdist
137
137
path : dist/
138
138
139
139
- name : Build wheels for CPython 3.13
140
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
140
+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
141
141
with :
142
142
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
143
143
env :
@@ -148,31 +148,31 @@ jobs:
148
148
CIBW_ARCHS : ${{ matrix.cibw_archs }}
149
149
150
150
- name : Build wheels for CPython 3.12
151
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
151
+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
152
152
with :
153
153
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
154
154
env :
155
155
CIBW_BUILD : " cp312-*"
156
156
CIBW_ARCHS : ${{ matrix.cibw_archs }}
157
157
158
158
- name : Build wheels for CPython 3.11
159
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
159
+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
160
160
with :
161
161
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
162
162
env :
163
163
CIBW_BUILD : " cp311-*"
164
164
CIBW_ARCHS : ${{ matrix.cibw_archs }}
165
165
166
166
- name : Build wheels for CPython 3.10
167
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
167
+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
168
168
with :
169
169
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
170
170
env :
171
171
CIBW_BUILD : " cp310-*"
172
172
CIBW_ARCHS : ${{ matrix.cibw_archs }}
173
173
174
174
- name : Build wheels for PyPy
175
- uses : pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
175
+ uses : pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
176
176
with :
177
177
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
178
178
env :
@@ -181,7 +181,7 @@ jobs:
181
181
CIBW_ENABLE : pypy
182
182
if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest'
183
183
184
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
184
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
185
185
with :
186
186
name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
187
187
path : ./wheelhouse/*.whl
@@ -199,7 +199,7 @@ jobs:
199
199
contents : read
200
200
steps :
201
201
- name : Download packages
202
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
202
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
203
203
with :
204
204
pattern : cibw-*
205
205
path : dist
@@ -209,7 +209,7 @@ jobs:
209
209
run : ls dist
210
210
211
211
- name : Generate artifact attestation for sdist and wheel
212
- uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
212
+ uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
213
213
with :
214
214
subject-path : dist/matplotlib-*
215
215
0 commit comments