Update pip.yml

This commit is contained in:
Nick Sweeting 2025-01-08 18:53:13 -05:00 committed by GitHub
parent 83bb8a211a
commit 765abc9d5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}