mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
fix(publish): restore skip-existing, 1.5.6 already on PyPI
This commit is contained in:
parent
3017d3cf4c
commit
8c5d8836fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
skip-existing: false
|
||||
skip-existing: true
|
||||
|
||||
- name: Create GitHub Release
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue