Skip to content

Commit b483eca

Browse files
committed
Update Python version format in GitHub workflow
1 parent 4cc4829 commit b483eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: 3.10
26+
python-version: "3.10"
2727

2828
- name: Install pip
2929
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)