Skip to content

Commit cfced3b

Browse files
author
Stefano Moia
authored
Fix python version call [skip ci]
1 parent 63abe37 commit cfced3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v1
2020
with:
21-
python-version: 3.7
21+
python-version: '3.7'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
@@ -29,4 +29,4 @@ jobs:
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3030
run: |
3131
python -m python setup.py sdist bdist_wheel
32-
python -m twine upload dist/*
32+
python -m twine upload dist/*

0 commit comments

Comments
 (0)