Skip to content

Commit

Permalink
[pypi] Allow existing file on pypi (#3383)
Browse files Browse the repository at this point in the history
Allow existing file on pypi
  • Loading branch information
Michaelvll authored Mar 28, 2024
1 parent 777f14c commit fa9b109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true

0 comments on commit fa9b109

Please sign in to comment.