Skip to content

Commit 3d755ac

Browse files
🐛 yaml interprets 3.10 as 3.1 (#416)
1 parent 73a8094 commit 3d755ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
name: Install Python
2222
with:
23-
python-version: 3.10
23+
python-version: "3.10"
2424
- name: Install build dependencies
2525
run: |
2626
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)