File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
SETUPTOOLS_SCM_PRETEND_VERSION : ${{ github.event.inputs.version }}
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Build and Check Package
22
- uses : hynek/build-and-inspect-python-package@v1.5
22
+ uses : hynek/build-and-inspect-python-package@v2.0
23
23
24
24
deploy :
25
25
needs : package
@@ -30,16 +30,16 @@ jobs:
30
30
contents : write # For tag.
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
35
35
- name : Download Package
36
- uses : actions/download-artifact@v3
36
+ uses : actions/download-artifact@v4
37
37
with :
38
38
name : Packages
39
39
path : dist
40
40
41
41
- name : Publish package to PyPI
42
-
42
+
43
43
44
44
- name : Push tag
45
45
run : |
Original file line number Diff line number Diff line change 20
20
package :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Build and Check Package
25
- uses : hynek/build-and-inspect-python-package@v1.5
25
+ uses : hynek/build-and-inspect-python-package@v2.0
26
26
27
27
test :
28
28
@@ -66,19 +66,19 @@ jobs:
66
66
python : " 3.10"
67
67
68
68
steps :
69
- - uses : actions/checkout@v3
69
+ - uses : actions/checkout@v4
70
70
with :
71
71
# Needed to fetch tags, which are required by setuptools-scm.
72
72
fetch-depth : 0
73
73
74
74
- name : Download Package
75
- uses : actions/download-artifact@v3
75
+ uses : actions/download-artifact@v4
76
76
with :
77
77
name : Packages
78
78
path : dist
79
79
80
80
- name : Set up Python
81
- uses : actions/setup-python@v2
81
+ uses : actions/setup-python@v5
82
82
with :
83
83
python-version : ${{ matrix.python }}
84
84
You can’t perform that action at this time.
0 commit comments