File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Publish
2
2
3
3
on :
4
4
workflow_dispatch :
5
- branches :
6
- - main
7
5
release :
8
6
types :
9
7
- published
@@ -23,11 +21,11 @@ jobs:
23
21
uses : snok/install-poetry@v1
24
22
with :
25
23
virtualenvs-create : false
26
- version : 1.7.1
24
+ version : 1.8.3
27
25
- name : Build package distribution
28
26
run : poetry build
29
27
- name : Upload package artifact
30
- uses : actions/upload-artifact@v3
28
+ uses : actions/upload-artifact@v4
31
29
with :
32
30
name : distribution
33
31
path : dist
43
41
id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
44
42
steps :
45
43
- name : Download package distribution
46
- uses : actions/download-artifact@v3
44
+ uses : actions/download-artifact@v4
47
45
with :
48
46
name : distribution
49
47
path : dist
63
61
id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
64
62
steps :
65
63
- name : Download package distribution
66
- uses : actions/download-artifact@v3
64
+ uses : actions/download-artifact@v4
67
65
with :
68
66
name : distribution
69
67
path : dist
You can’t perform that action at this time.
0 commit comments