From eeecb738fccf2f541f98414f51e28ecf0bd710a3 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 30 Dec 2025 20:18:07 +0800 Subject: fix: Update command to check distribution in publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c11cd0e..01c6060 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: - name: Check distribution run: | uv pip install twine - twine check dist/* + uv run twine check dist/* - uses: actions/upload-artifact@v4 with: -- cgit v1.2.3-70-g09d2