Skip to content

Commit f23ae8a

Browse files
committed
Fix python 3.10 version
1 parent 82381b6 commit f23ae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: install python
1414
uses: actions/setup-python@v3
1515
with:
16-
python-version: 3.10
16+
python-version: "3.10"
1717
- name: install poetry
1818
run: |
1919
pip install -U pip

0 commit comments

Comments
 (0)