Skip to content

Commit e4211a9

Browse files
committed
ci: Fixed python's version for publish action
1 parent 22b0f06 commit e4211a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Python 3.10
6969
uses: actions/setup-python@v1
7070
with:
71-
python-version: 3.10
71+
python-version: '3.10'
7272

7373
- name: Creating Built Distributions
7474
run: python setup.py sdist

0 commit comments

Comments
 (0)