Skip to content

Commit 4fe35d8

Browse files
authored
Update release.yml
1 parent 6264aed commit 4fe35d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: Set up Python 3.9
21+
- name: Set up Python 3.10
2222
uses: actions/setup-python@v3
2323
with:
24-
python-version: '3.9'
24+
python-version: '3.10'
2525

2626
- name: Upgrade pip and nox
2727
run: |

0 commit comments

Comments
 (0)