From 4a7261d783b99467c01249e23163abf646ca30d4 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 31 Dec 2025 18:47:18 +0800 Subject: fix: replace uv sync command with uv v in TestPyPI publishing step --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows') 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/* -- cgit v1.2.3-70-g09d2