fix(publish): disable skip-existing to force re-publish

This commit is contained in:
Research Assistant 2026-05-19 00:44:46 +08:00
parent 6f4481cc3e
commit b441b6694f

View file

@ -27,7 +27,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
skip-existing: true
skip-existing: false
- name: Create GitHub Release
env: