aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-12-31 18:40:52 +0800
committerHsiangNianian <i@jyunko.cn>2025-12-31 18:40:52 +0800
commit92daa233aea36b28e457f0952237415ff1af66ae (patch)
tree2ba1750c834cab37bdf7a06a143cd31de28f04ba
parentb4c0f9f844c0a44c0ef2b7b46a70f5aae3779d6e (diff)
downloadbase-model-92daa233aea36b28e457f0952237415ff1af66ae.tar.gz
base-model-92daa233aea36b28e457f0952237415ff1af66ae.zip
fix: add uv sync command before publishing to TestPyPI
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 71fd1ea..20a0619 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -120,6 +120,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
run: |
+ uv sync
uv pip install twine
uv run twine upload --repository testpypi --skip-existing --verbose dist/*