This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.x"
20
20
- name : Install pypa/build
26
26
- name : Build a binary wheel and a source tarball
27
27
run : python3 -m build
28
28
- name : Store the distribution packages
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : python-package-distributions
32
32
path : dist/*
46
46
47
47
steps :
48
48
- name : Download all the dists
49
- uses : actions/download-artifact@v3
49
+ uses : actions/download-artifact@v4
50
50
with :
51
51
name : python-package-distributions
52
52
path : dist/
@@ -67,12 +67,12 @@ jobs:
67
67
68
68
steps :
69
69
- name : Download all the dists
70
- uses : actions/download-artifact@v3
70
+ uses : actions/download-artifact@v4
71
71
with :
72
72
name : python-package-distributions
73
73
path : dist/
74
74
- name : Sign the dists with Sigstore
75
- uses : sigstore/gh-action-sigstore-python@v1.2.3
75
+ uses : sigstore/gh-action-sigstore-python@v2.1.1
76
76
with :
77
77
inputs : >-
78
78
./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments