Skip to content

Commit

Permalink
Fix python version call [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Moia authored Feb 25, 2021
1 parent 63abe37 commit cfced3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -29,4 +29,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m python setup.py sdist bdist_wheel
python -m twine upload dist/*
python -m twine upload dist/*

0 comments on commit cfced3b

Please sign in to comment.