diff options
| author | 2025-12-31 18:10:59 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:10:59 +0800 | |
| commit | 7871eb609d5505fba2d579ff29d9a30dcf01d35e (patch) | |
| tree | 6a3b2e03b42e5c627c41e80e213e91f1cbdb8308 /.github | |
| parent | 9b4ec9c5fc256313e156c7d42b3104c711b15ecc (diff) | |
| download | base-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')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
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 |
