We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1fedf commit 103bc03Copy full SHA for 103bc03
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
enable-cache: true
95
96
- name: Build our distributions
97
- run: uv run --with 'build[uv]' -m build --installer=uv
+ run: uv run --frozen --with 'build[uv]' -m build --installer=uv
98
99
- name: Publish to PyPI
100
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
0 commit comments