27
27
build :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- name : Install Python
32
32
uses : actions/setup-python@v5
33
33
with :
55
55
generate-license :
56
56
runs-on : ubuntu-latest
57
57
steps :
58
- - uses : actions/checkout@v4
58
+ - uses : actions/checkout@v5
59
59
- uses : astral-sh/setup-uv@v6
60
60
with :
61
61
enable-cache : true
77
77
python-version : ["3.10"]
78
78
os : [macos-latest, windows-latest]
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
82
82
- uses : actions/setup-python@v5
83
83
with :
87
87
88
88
- run : rm LICENSE.txt
89
89
- name : Download LICENSE.txt
90
- uses : actions/download-artifact@v4
90
+ uses : actions/download-artifact@v5
91
91
with :
92
92
name : python-wheel-license
93
93
path : .
@@ -133,7 +133,7 @@ jobs:
133
133
matrix :
134
134
python-version : ["3.10"]
135
135
steps :
136
- - uses : actions/checkout@v4
136
+ - uses : actions/checkout@v5
137
137
138
138
- uses : actions/setup-python@v5
139
139
with :
@@ -143,7 +143,7 @@ jobs:
143
143
144
144
- run : rm LICENSE.txt
145
145
- name : Download LICENSE.txt
146
- uses : actions/download-artifact@v4
146
+ uses : actions/download-artifact@v5
147
147
with :
148
148
name : python-wheel-license
149
149
path : .
@@ -177,10 +177,10 @@ jobs:
177
177
name : Manylinux x86_64
178
178
runs-on : ubuntu-latest
179
179
steps :
180
- - uses : actions/checkout@v4
180
+ - uses : actions/checkout@v5
181
181
- run : rm LICENSE.txt
182
182
- name : Download LICENSE.txt
183
- uses : actions/download-artifact@v4
183
+ uses : actions/download-artifact@v5
184
184
with :
185
185
name : python-wheel-license
186
186
path : .
@@ -206,10 +206,10 @@ jobs:
206
206
name : Manylinux arm64
207
207
runs-on : ubuntu-latest
208
208
steps :
209
- - uses : actions/checkout@v4
209
+ - uses : actions/checkout@v5
210
210
- run : rm LICENSE.txt
211
211
- name : Download LICENSE.txt
212
- uses : actions/download-artifact@v4
212
+ uses : actions/download-artifact@v5
213
213
with :
214
214
name : python-wheel-license
215
215
path : .
@@ -236,10 +236,10 @@ jobs:
236
236
name : Source distribution
237
237
runs-on : ubuntu-latest
238
238
steps :
239
- - uses : actions/checkout@v4
239
+ - uses : actions/checkout@v5
240
240
- run : rm LICENSE.txt
241
241
- name : Download LICENSE.txt
242
- uses : actions/download-artifact@v4
242
+ uses : actions/download-artifact@v5
243
243
with :
244
244
name : python-wheel-license
245
245
path : .
@@ -282,7 +282,7 @@ jobs:
282
282
# needs: [build-manylinux, build-python-mac-win]
283
283
# runs-on: ubuntu-latest
284
284
# steps:
285
- # - uses: actions/download-artifact@v4
285
+ # - uses: actions/download-artifact@v5
286
286
# - name: Publish to PyPI
287
287
# uses: pypa/gh-action-pypi-publish@master
288
288
# with:
0 commit comments