tqchen opened a new pull request, #600:
URL: https://github.com/apache/tvm-ffi/pull/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 ...`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to