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 @@ -12,12 +12,12 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
19
19
- name : setup nodejs
20
- uses : actions/setup-node@v2
20
+ uses : actions/setup-node@v3
21
21
with :
22
22
node-version : ' 16'
23
23
38
38
npm install @semantic-release/github
39
39
npx semantic-release
40
40
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
- name : Set up Python 3.9
43
- uses : actions/setup-python@v2
43
+ uses : actions/setup-python@v4
44
44
with :
45
45
python-version : 3.9
46
46
- name : Install pypa/build
58
58
--outdir dist/
59
59
.
60
60
- name : Publish distribution to PyPI
61
- uses : pypa/gh-action-pypi-publish@master
61
+ uses : pypa/gh-action-pypi-publish@release/v1
62
62
with :
63
63
password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments