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