File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- name : Build a binary wheel and a source tarball
19
19
run : python3 -m build
20
20
- name : Store the distribution packages
21
- uses : actions/upload-artifact@v3
21
+ uses : actions/upload-artifact@v4
22
22
with :
23
23
name : python-package-distributions
24
24
path : dist/
39
39
40
40
steps :
41
41
- name : Download all the dists
42
- uses : actions/download-artifact@v4.1.7
42
+ uses : actions/download-artifact@v4
43
43
with :
44
44
name : python-package-distributions
45
45
path : dist/
62
62
id-token : write
63
63
steps :
64
64
- name : Download all the dists
65
- uses : actions/download-artifact@v4.1.7
65
+ uses : actions/download-artifact@v4
66
66
with :
67
67
name : python-package-distributions
68
68
path : dist/
@@ -82,12 +82,12 @@ jobs:
82
82
83
83
steps :
84
84
- name : Download all the dists
85
- uses : actions/download-artifact@v4.1.7
85
+ uses : actions/download-artifact@v4
86
86
with :
87
87
name : python-package-distributions
88
88
path : dist/
89
89
- name : Sign the dists with Sigstore
90
- uses : sigstore/gh-action-sigstore-python@v2 .0.1
90
+ uses : sigstore/gh-action-sigstore-python@v3 .0.0
91
91
with :
92
92
inputs : >-
93
93
./dist/*.tar.gz
Original file line number Diff line number Diff line change 1
1
from .main import main
2
2
3
- __version__ = "0.2.0 "
3
+ __version__ = "0.2.1 "
4
4
5
5
__all__ = [
6
6
"main" ,
You can’t perform that action at this time.
0 commit comments