Skip to content

Commit 26c5c84

Browse files
Fix python-version in publish.yml
1 parent f9b8f5c commit 26c5c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.10
24+
python-version: "3.10"
2525

2626
# Install build and twine
2727
- name: Install Build Tools

0 commit comments

Comments
 (0)