Skip to content

Commit 939a6b7

Browse files
author
chadcarlson
committed
Add publish back in there.
1 parent d03c9e5 commit 939a6b7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pypi-publish.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ jobs:
2727
GHACTION_TAG: ${{ steps.getTag.outputs.tag }}
2828
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
2929
run: pipenv run python setup.py verify
30-
30+
- name: Publish to pypi
31+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
32+
uses: pypa/gh-action-pypi-publish@v1.4.1
33+
with:
34+
user: __token__
35+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)