File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v3
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.8.0
23
23
24
24
deploy :
25
25
needs : package
@@ -33,13 +33,15 @@ jobs:
33
33
- uses : actions/checkout@v3
34
34
35
35
- name : Download Package
36
- uses : actions/download-artifact@v3
36
+ uses : actions/download-artifact@v4.1.7
37
37
with :
38
38
name : Packages
39
39
path : dist
40
40
41
41
- name : Publish package to PyPI
42
-
42
+
43
+ with :
44
+ attestations : true
43
45
44
46
- name : Push tag
45
47
run : |
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v3
23
23
- name : Build and Check Package
24
- uses : hynek/build-and-inspect-python-package@v1.5
24
+ uses : hynek/build-and-inspect-python-package@v2.8.0
25
25
26
26
test :
27
27
needs : [package]
49
49
- uses : actions/checkout@v3
50
50
51
51
- name : Download Package
52
- uses : actions/download-artifact@v3
52
+ uses : actions/download-artifact@v4.1.7
53
53
with :
54
54
name : Packages
55
55
path : dist
You can’t perform that action at this time.
0 commit comments