Skip to content

Commit 3d354d5

Browse files
authored
chore(workflow): update release workflow
1 parent 6fbfe7f commit 3d354d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Run latest-tag
1616
uses: EndBug/latest-tag@v1
@@ -22,12 +22,12 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626

27-
- name: Initialize Python 3.8
28-
uses: actions/setup-python@v1
27+
- name: Initialize Python 3.10
28+
uses: actions/setup-python@v5
2929
with:
30-
python-version: 3.8
30+
python-version: 3.10
3131

3232
- name: Install dependencies
3333
run: |
@@ -41,4 +41,4 @@ jobs:
4141
uses: pypa/gh-action-pypi-publish@release/v1
4242
with:
4343
user: __token__
44-
password: ${{ secrets.PYPI_API_TOKEN }}
44+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)