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 @@ -16,15 +16,15 @@ jobs:
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Set up Python
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : 3.x
22
22
- name : Install dependencies
23
23
run : pip install build
24
24
- name : Create packages
25
25
run : python -m build
26
26
- name : Archive packages
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : dist
30
30
path : dist
38
38
id-token : write
39
39
steps :
40
40
- name : Retrieve packages
41
- uses : actions/download-artifact@v3
41
+ uses : actions/download-artifact@v4
42
42
- name : Upload packages
43
43
uses : pypa/gh-action-pypi-publish@release/v1
44
44
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
- - uses : actions/cache@v3
21
+ - uses : actions/cache@v4
22
22
with :
23
23
path : ~/.cache/pip
24
24
key : pip-pyright
36
36
steps :
37
37
- uses : actions/checkout@v4
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@v4
39
+ uses : actions/setup-python@v5
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments