Skip to content

Commit 103bc03

Browse files
committed
Freeze uv to not create junk during build.
1 parent 2a1fedf commit 103bc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
enable-cache: true
9595

9696
- name: Build our distributions
97-
run: uv run --with 'build[uv]' -m build --installer=uv
97+
run: uv run --frozen --with 'build[uv]' -m build --installer=uv
9898

9999
- name: Publish to PyPI
100100
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')

0 commit comments

Comments
 (0)