Skip to content

Commit cd63bac

Browse files
committed
py version needs quote
1 parent 7f7d45a commit cd63bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: rsb-23/actions/setup-python@main
2424
with:
25-
python-version: 3.10
25+
python-version: "3.10" # 3.10 need quotes
2626

2727
- name: Install dependencies
2828
run: |

0 commit comments

Comments
 (0)