File tree Expand file tree Collapse file tree 3 files changed +868
-596
lines changed Expand file tree Collapse file tree 3 files changed +868
-596
lines changed Original file line number Diff line number Diff line change 37
37
persist-credentials : false
38
38
39
39
- name : Set up Python ${{ matrix.python-version }}
40
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
40
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
41
41
with :
42
42
python-version : ${{ matrix.python-version }}
43
43
allow-prereleases : true
62
62
run : poetry config virtualenvs.in-project true
63
63
64
64
- name : Set up cache
65
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
65
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
66
66
id : cache
67
67
with :
68
68
path : .venv
Original file line number Diff line number Diff line change 17
17
18
18
- run : pipx run build
19
19
20
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
20
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
21
21
with :
22
22
name : distfiles
23
23
path : dist/
35
35
with :
36
36
persist-credentials : false
37
37
38
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
38
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
39
39
with :
40
40
name : distfiles
41
41
path : dist/
@@ -55,11 +55,11 @@ jobs:
55
55
id-token : write
56
56
needs : build
57
57
steps :
58
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
58
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
59
59
with :
60
60
name : distfiles
61
61
path : dist/
62
62
63
- - uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
63
+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
64
64
with :
65
65
print-hash : true
You can’t perform that action at this time.
0 commit comments