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 5f48290 commit 7f3500cCopy full SHA for 7f3500c
buf-build/uv_buf_build_script.sh
@@ -101,4 +101,4 @@ echo "Ensuring wheel can be installed"
101
uv pip install ${BUILD_ROOT}/dist/*.whl || { echo "Failed to install wheel" ; exit 1; }
102
103
loud_print "Listing all wheel modules"
104
-uvx python list_wheel_modules.py ${BUILD_ROOT}/dist/*.whl || { echo "Failed to list wheel modules" ; exit 1; }
+uvx python ${SCRIPT_DIR}/list_wheel_modules.py ${BUILD_ROOT}/dist/*.whl || { echo "Failed to list wheel modules" ; exit 1; }
0 commit comments