1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 07:03:03 +02:00

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

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