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 125eafa commit cbd01efCopy full SHA for cbd01ef
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
enable-cache: true
87
88
- name: Build our distributions
89
- run: uv run --frozen --with 'build[uv]' -m build --installer=uv
+ run: uv run --with 'build[uv]' -m build --installer=uv
90
91
- name: Publish to PyPI
92
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
0 commit comments