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.
test-distribution.py
uv run --no-dev
1 parent abce679 commit e0502bdCopy full SHA for e0502bd
.github/workflows/windows.yml
@@ -186,4 +186,4 @@ jobs:
186
run: |
187
$Dists = Resolve-Path -Path "dist/*.tar.zst" -Relative
188
.\pythonbuild.exe validate-distribution $Dists
189
- uv run test-distribution.py $Dists
+ uv run --no-dev test-distribution.py $Dists
0 commit comments