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 abe2945 commit df07da9Copy full SHA for df07da9
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
uv sync --frozen
43
uv pip install -e .
44
uv build
45
- uv run twine check dist/*
+ python -m twine check dist/*
46
47
- name: Debug Dist Directory
48
run: ls -al dist
0 commit comments