aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-31 18:10:59 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-31 18:10:59 +0800
commit7871eb609d5505fba2d579ff29d9a30dcf01d35e (patch)
tree6a3b2e03b42e5c627c41e80e213e91f1cbdb8308 /.github/workflows
parent9b4ec9c5fc256313e156c7d42b3104c711b15ecc (diff)
downloadbase-model-7871eb609d5505fba2d579ff29d9a30dcf01d35e.tar.gz
base-model-7871eb609d5505fba2d579ff29d9a30dcf01d35e.zip
fix: add options to skip existing packages and enable verbose output during TestPyPI publish
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 2 insertions, 0 deletions
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