diff options
| author | 2025-12-31 18:47:18 +0800 | |
|---|---|---|
| committer | 2025-12-31 18:47:18 +0800 | |
| commit | 4a7261d783b99467c01249e23163abf646ca30d4 (patch) | |
| tree | 15acd2c3c19f3beca90e3f40863642dadedef48f /.github | |
| parent | 00518d047b632274913909697969dc23cf880d6a (diff) | |
| download | base-model-4a7261d783b99467c01249e23163abf646ca30d4.tar.gz base-model-4a7261d783b99467c01249e23163abf646ca30d4.zip | |
fix: replace uv sync command with uv v in TestPyPI publishing step
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0c1650c..caa32ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -120,10 +120,7 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }} run: | - cd .. - ls -la - pwd - uv sync + uv v uv pip install twine uv run twine upload --repository testpypi --skip-existing --verbose base-model/dist/* |
