File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@master
14- - name : Set up Python 3.7
14+ - name : Set up Python 3.8
1515 uses : actions/setup-python@v1
1616 with :
17- python-version : 3.7
17+ python-version : 3.8
1818 - name : Install twine
1919 run : >-
2020 pip install twine
2121 - name : Build a binary wheel and a source tarball
2222 run : >-
2323 python setup.py sdist
2424 - name : Publish distribution 📦 to PyPI
25- if : startsWith(github.event. ref, 'refs/tags')
25+ if : startsWith(github.ref, 'refs/tags')
2626 uses : pypa/gh-action-pypi-publish@master
2727 with :
2828 password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212
1313 steps :
1414 - uses : actions/checkout@v1
15- - name : Install Python 3.7
15+ - name : Install Python 3.8
1616 uses : actions/setup-python@v1
1717 with :
18- python-version : 3.7
18+ python-version : 3.8
1919 - name : Install dependencies
2020 run : >-
2121 pip install pydoc-markdown mkdocs
You can’t perform that action at this time.
0 commit comments