Skip to content

Commit 6c49cc4

Browse files
authored
Update release.yml
updated python version
1 parent 36680e4 commit 6c49cc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- name: Set up Python 3.7
19-
uses: actions/setup-python@v2
18+
- name: Set up Python 3.10.0
19+
uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.7
21+
python-version: 3.10.0
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)