Skip to content

Commit

Permalink
Set skip_existing=true in PyPI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosBergillos authored Apr 6, 2023
1 parent 1841d91 commit 0d1dc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ jobs:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist
skip_existing: true

0 comments on commit 0d1dc60

Please sign in to comment.