From 6831fe388e556780d271c828b9a01f8492decd2c Mon Sep 17 00:00:00 2001 From: maskedsyntax Date: Sat, 23 May 2026 10:48:51 +0530 Subject: [PATCH] fix(ci): use uvx for twine check in build-check job --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e97e1ef..81d639f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,9 +63,7 @@ jobs: run: uv build - name: Check build artifacts - run: | - uv pip install twine - uv run twine check dist/* + run: uvx twine check dist/* web-check: runs-on: ubuntu-latest