mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-06 17:41:33 -04:00
Update pip.yml
This commit is contained in:
parent
83bb8a211a
commit
765abc9d5a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pip.yml
vendored
2
.github/workflows/pip.yml
vendored
|
@ -46,6 +46,8 @@ jobs:
|
||||||
|
|
||||||
- name: Publish new package wheels and sdists to PyPI
|
- name: Publish new package wheels and sdists to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
# ignore when publish to PyPI fails due to duplicate tag
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_PAT_SECRET }}
|
password: ${{ secrets.PYPI_PAT_SECRET }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue