Skip to content

Commit

Permalink
Skip existing
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoracle committed Nov 24, 2020
1 parent b1035c7 commit 50de7f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_pypi_password }}
skip_existing: true
repository_url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}
skip_existing: true

0 comments on commit 50de7f3

Please sign in to comment.