Skip to content

Commit

Permalink
skip existing for test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Feb 14, 2025
1 parent da658e4 commit b3fcb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: false
skip_existing: true
- name: publish distribution to PyPI
if: steps.test-pypi.outcome == 'success'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit b3fcb3f

Please sign in to comment.