Skip to content

Commit 8767ce2

Browse files
fixed action
1 parent 945c084 commit 8767ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python 3.10
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.10
18+
python-version: '3.10'
1919

2020
- name: Install setuptools
2121
run: |

0 commit comments

Comments
 (0)