Skip to content

Commit

Permalink
Merge pull request #28 from anh-tong/fix-publishing-pypi
Browse files Browse the repository at this point in the history
Fix pypi publish
  • Loading branch information
anh-tong authored May 30, 2023
2 parents cf1a81f + 9cf2ca4 commit f3d8602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@ jobs:

- uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'release' && github.event.action == 'published'
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f3d8602

Please sign in to comment.