Skip to content

Commit

Permalink
Remove skip-existing in gh action 🐙 (#15)
Browse files Browse the repository at this point in the history
* Update

* remove 'skip-existing'
  • Loading branch information
KarelZe authored Dec 4, 2023
1 parent 98086f7 commit a499167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
password: ${{secrets.TEST_PYPI_API_TOKEN}}
repository-url: https://test.pypi.org/legacy/
skip-existing: true
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit a499167

Please sign in to comment.