The GitHub Actions job "mainline-only" on tvm-ffi.git/main has succeeded.
Run started by GitHub user yongwww (triggered by yongwww).

Head commit for run:
ce262f17bd309e9fc313c1523115fd3949d4ef17 / Tianqi Chen 
<[email protected]>
[CI] Use uv tool run for sdist build instead of pipx (#600)

## Summary

The `Build sdist` step in
`.github/actions/build-wheel-for-publish/action.yml`
was invoking `pipx run build` and `pipx run twine`, which broke against
the
runner's current uv toolchain. The rest of the composite action already
provisions uv via `astral-sh/setup-uv`, so this PR switches the sdist
step
to `uv tool run` and removes the pipx dependency.

## Changes

- `.github/actions/build-wheel-for-publish/action.yml`:
- `pipx run build --sdist ...` -> `uv tool run --from build
pyproject-build --sdist ...`
- `pipx run twine check ...` -> `uv tool run --from twine twine check
...`

Report URL: https://github.com/apache/tvm-ffi/actions/runs/26605317507

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to