From bb49f92ddb312326a71a724f6a04cc3023d3360f Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 15 Jan 2025 10:16:20 -0500 Subject: [PATCH] Oh fun, no, it's useless updates to uv.lock. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eabcd435e..795db2121 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: enable-cache: true - name: Build our distributions - run: uv run --with 'build[uv]' -m build --installer=uv + run: uv run --frozen --with 'build[uv]' -m build --installer=uv - name: Generate attestation for wheels if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')