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 73f0f8d commit defbf3dCopy full SHA for defbf3d
.github/workflows/publish-release.yml
@@ -39,11 +39,13 @@ jobs:
39
- run: cd docs && DJANGO_SETTINGS_MODULE=test.settings make html
40
41
publish-pypi:
42
+ runs-on: ubuntu-latest
43
needs: [build-source, build-wheel]
- uses: pypa/gh-action-pypi-publish@release/v1
44
- with:
45
- user: __token__
46
- password: ${{ secrets.PYPI_API_TOKEN }}
+ steps:
+ - uses: pypa/gh-action-pypi-publish@release/v1
+ with:
47
+ user: __token__
48
+ password: ${{ secrets.PYPI_API_TOKEN }}
49
50
publish-gh-pages:
51
needs: [build-docs]
0 commit comments