Skip to content

Commit

Permalink
ci: 🎡 enable skip-existing for pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 10, 2023
1 parent d2ed026 commit 47b68a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package distributions to PyPI
# if: steps.release.outputs.released == 'true'
if: steps.release.outputs.released == 'true'
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

- name: Publish package distributions to GitHub Releases
# if: steps.release.outputs.released == 'true'
Expand Down

0 comments on commit 47b68a7

Please sign in to comment.