Skip to content

Commit

Permalink
Skip existing wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Dec 27, 2023
1 parent 62e98c4 commit 9187ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

pypi:
name: Publish wheels on PyPI
Expand All @@ -78,3 +79,4 @@ jobs:
merge-multiple: true
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
skip-existing: true

0 comments on commit 9187ab5

Please sign in to comment.