File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export sox_full_path=$(find dpctl_wheel -regextype posix-extended -regex "^.*${l
3636echo " Sox full path: ${sox_full_path} "
3737export soxxx_full_path=$( find dpctl_wheel -regextype posix-extended -regex " ^.*${lib_name} \.so\.[0-9]*\.[0-9]*$" )
3838echo " Soxxx full path: ${soxxx_full_path} "
39- rm -rf ${so_name } ${soxxx_name }
39+ rm -rf ${so_full_path } ${soxxx_full_path }
4040echo " Removed two files"
4141export so_name=$( basename ${so_full_path} )
4242echo " so_name: ${so_name} "
@@ -50,7 +50,10 @@ echo "wheel_path: ${wheel_path}"
5050${PYTHON} -m wheel pack ${wheel_path}
5151echo " Packed!"
5252rm -rf dpctl_wheel
53+ echo " Deleted"
54+ ls -l
5355popd ..
56+ echo " start retagging"
5457${PYTHON} -m wheel tags --remove --build " $GIT_DESCRIBE_NUMBER " \
5558 --platform-tag " manylinux_${GLIBC_MAJOR} _${GLIBC_MINOR} _x86_64" \
5659 dist/dpctl* .whl
You can’t perform that action at this time.
0 commit comments