Skip to content

Commit

Permalink
add step to publish released package to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
asnelling committed Jan 22, 2022
1 parent 01722ad commit 3a51ff9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
files: |
dist/*
LICENSE
- name: Publish package
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 3a51ff9

Please sign in to comment.