diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 27b53d72..cac7a487 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -46,6 +46,8 @@ jobs: - name: Publish new package wheels and sdists to PyPI uses: pypa/gh-action-pypi-publish@release/v1 + # ignore when publish to PyPI fails due to duplicate tag + continue-on-error: true with: password: ${{ secrets.PYPI_PAT_SECRET }}