fix(publish): restore skip-existing, 1.5.6 already on PyPI

This commit is contained in:
Research Assistant 2026-05-19 00:48:14 +08:00
parent 3017d3cf4c
commit 8c5d8836fb

View file

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