Skip to content

Commit cbd01ef

Browse files
committed
No lockfile yet.
1 parent 125eafa commit cbd01ef

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
@@ -86,7 +86,7 @@ jobs:
8686
enable-cache: true
8787

8888
- name: Build our distributions
89-
run: uv run --frozen --with 'build[uv]' -m build --installer=uv
89+
run: uv run --with 'build[uv]' -m build --installer=uv
9090

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

0 commit comments

Comments
 (0)