Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
publish to PyPi
  • Loading branch information
lostfields authored Jul 15, 2021
1 parent 7dbc6a1 commit 18d4985
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ jobs:
--wheel
--outdir dist/
.
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 18d4985

Please sign in to comment.