From 7871eb609d5505fba2d579ff29d9a30dcf01d35e Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 31 Dec 2025 18:10:59 +0800 Subject: fix: add options to skip existing packages and enable verbose output during TestPyPI publish --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 145705f..95f06e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -115,6 +115,8 @@ jobs: with: repository-url: https://test.pypi.org/legacy password: ${{ secrets.TEST_PYPI_TOKEN }} + skip-existing: true + verbose: true publish-pypi: name: Publish to PyPI -- cgit v1.2.3-70-g09d2