Skip to content

Commit 67e4e1e

Browse files
Fix YAML syntax for Python version specification
1 parent c134146 commit 67e4e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python 3.10
2525
uses: actions/setup-python@v1
2626
with:
27-
python-version: 3.10
27+
python-version: '3.10'
2828
- name: Install pypa/build
2929
run: >-
3030
python -m

0 commit comments

Comments
 (0)