Skip to content

Commit 7f3500c

Browse files
committed
WIP: buf build
1 parent 5f48290 commit 7f3500c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buf-build/uv_buf_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ echo "Ensuring wheel can be installed"
101101
uv pip install ${BUILD_ROOT}/dist/*.whl || { echo "Failed to install wheel" ; exit 1; }
102102

103103
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; }
104+
uvx python ${SCRIPT_DIR}/list_wheel_modules.py ${BUILD_ROOT}/dist/*.whl || { echo "Failed to list wheel modules" ; exit 1; }

0 commit comments

Comments
 (0)