Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
Still pass (and go to next step) if a matching release is already on PyPI
  • Loading branch information
manodeep committed Oct 3, 2023
1 parent 7ab8964 commit da3cb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
with:
skip-existing: true
user: __token__
password: ${{ secrets.PyPI_Publish }}
- name: Install package from PyPI
Expand Down

0 comments on commit da3cb4f

Please sign in to comment.