Skip to content

Commit

Permalink
adding skip-existing (testing purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 committed Aug 28, 2024
1 parent 458a7f5 commit 15681b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: hatch run test:pytest
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
- name: Verify PyPI Release
run: |
# Verify PyPI release
Expand Down

0 comments on commit 15681b9

Please sign in to comment.