Skip to content

Commit

Permalink
dont fail ci if package versions are already existing
Browse files Browse the repository at this point in the history
otherwise we would always need to increment package versions of all packages
  • Loading branch information
lreiher authored Nov 14, 2023
1 parent a4a0d92 commit 6d76840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.8.6
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true

0 comments on commit 6d76840

Please sign in to comment.