Skip to content

Commit 4d00257

Browse files
authored
chore: Fix package build by quoting Python version (#176)
1 parent 861af2d commit 4d00257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: pipx install poetry
6060
- uses: actions/setup-python@v4
6161
with:
62-
python-version: 3.10
62+
python-version: "3.10"
6363
cache: "poetry"
6464
- run: poetry install
6565
- name: Semantic release

0 commit comments

Comments
 (0)