Skip to content

Commit 9fb5dc9

Browse files
authored
quoted python version
unquote 3.10 is treated as 3.1
1 parent ff9c179 commit 9fb5dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python 3.9
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.10
19+
python-version: '3.10'
2020
- name: Install Poetry
2121
uses: abatilo/[email protected]
2222
with:

0 commit comments

Comments
 (0)