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 e7736ae commit 68830ecCopy full SHA for 68830ec
.github/workflows/pypi.yaml
@@ -83,7 +83,7 @@ jobs:
83
args: --release --out dist -i 3.10
84
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
85
- name: Repair wheel
86
- run: uv run delocate-wheel -v dist/*.whl
+ run: .venv/bin/delocate-wheel -v dist/*.whl
87
- name: Upload wheels
88
uses: actions/upload-artifact@v4
89
with:
0 commit comments