Skip to content

Commit defbf3d

Browse files
authored
updated pypi job (#73)
1 parent 73f0f8d commit defbf3d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ jobs:
3939
- run: cd docs && DJANGO_SETTINGS_MODULE=test.settings make html
4040

4141
publish-pypi:
42+
runs-on: ubuntu-latest
4243
needs: [build-source, build-wheel]
43-
uses: pypa/gh-action-pypi-publish@release/v1
44-
with:
45-
user: __token__
46-
password: ${{ secrets.PYPI_API_TOKEN }}
44+
steps:
45+
- uses: pypa/gh-action-pypi-publish@release/v1
46+
with:
47+
user: __token__
48+
password: ${{ secrets.PYPI_API_TOKEN }}
4749

4850
publish-gh-pages:
4951
needs: [build-docs]

0 commit comments

Comments
 (0)