Skip to content

Commit 51bd3b9

Browse files
authored
fix: python-version should be quoted (#54)
1 parent 2f914ce commit 51bd3b9

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python 3.10
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: 3.10
14+
python-version: "3.10"
1515
- name: Install uv
1616
uses: astral-sh/setup-uv@v6
1717
- name: Build the project

0 commit comments

Comments
 (0)