Skip to content

Commit 68830ec

Browse files
committed
fix: don't use uv run
1 parent e7736ae commit 68830ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
args: --release --out dist -i 3.10
8484
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
8585
- name: Repair wheel
86-
run: uv run delocate-wheel -v dist/*.whl
86+
run: .venv/bin/delocate-wheel -v dist/*.whl
8787
- name: Upload wheels
8888
uses: actions/upload-artifact@v4
8989
with:

0 commit comments

Comments
 (0)