Skip to content

Commit 9fef293

Browse files
committed
Add quotes around version
1 parent f7c487c commit 9fef293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- uses: actions/setup-python@v4
1010
with:
11-
python-version: 3.10
11+
python-version: "3.10"
1212
- name: Install dependencies
1313
run: pip install --upgrade setuptools build wheel twine
1414
- name: Build and upload

0 commit comments

Comments
 (0)