We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1182af7 commit e57fe51Copy full SHA for e57fe51
.github/workflows/pypi-publish.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
docs:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
@@ -26,6 +26,6 @@ jobs:
26
27
- name: Publish distribution to PyPI
28
if: startsWith(github.ref, 'refs/tags')
29
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
password: ${{ secrets.PYPI_API_TOKEN }}
.github/workflows/sphinx-build.yml
0 commit comments