Skip to content

Commit

Permalink
Tolerate files existing in PyPI already (#5)
Browse files Browse the repository at this point in the history
* Tolerate files existing in PyPI already

* Remove errant colon
  • Loading branch information
lukeburden authored Jan 30, 2021
1 parent f431eb5 commit adbb602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ 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@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true

0 comments on commit adbb602

Please sign in to comment.