Skip to content

Commit

Permalink
fix pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
anh-tong committed May 30, 2023
1 parent cf1a81f commit 9cf2ca4
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 9cf2ca4

Please sign in to comment.