diff options
| author | 2025-12-31 18:12:41 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:12:41 +0800 | |
| commit | 219f4c3f4067f0b26699a7801775dc37f93429aa (patch) | |
| tree | cce5dc5b6045e85137c9c9f5e8b5ffe8e1983b33 | |
| parent | 7871eb609d5505fba2d579ff29d9a30dcf01d35e (diff) | |
| download | base-model-219f4c3f4067f0b26699a7801775dc37f93429aa.tar.gz base-model-219f4c3f4067f0b26699a7801775dc37f93429aa.zip | |
fix: add options to skip existing packages and disable attestations during TestPyPI publish
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95f06e4..a684228 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -117,6 +117,7 @@ jobs: password: ${{ secrets.TEST_PYPI_TOKEN }} skip-existing: true verbose: true + attestations: false publish-pypi: name: Publish to PyPI |
