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
36
36
echo " Sox full path: ${sox_full_path} "
37
37
export soxxx_full_path=$( find dpctl_wheel -regextype posix-extended -regex " ^.*${lib_name} \.so\.[0-9]*\.[0-9]*$" )
38
38
echo " Soxxx full path: ${soxxx_full_path} "
39
- rm -rf ${so_name } ${soxxx_name }
39
+ rm -rf ${so_full_path } ${soxxx_full_path }
40
40
echo " Removed two files"
41
41
export so_name=$( basename ${so_full_path} )
42
42
echo " so_name: ${so_name} "
@@ -50,7 +50,10 @@ echo "wheel_path: ${wheel_path}"
50
50
${PYTHON} -m wheel pack ${wheel_path}
51
51
echo " Packed!"
52
52
rm -rf dpctl_wheel
53
+ echo " Deleted"
54
+ ls -l
53
55
popd ..
56
+ echo " start retagging"
54
57
${PYTHON} -m wheel tags --remove --build " $GIT_DESCRIBE_NUMBER " \
55
58
--platform-tag " manylinux_${GLIBC_MAJOR} _${GLIBC_MINOR} _x86_64" \
56
59
dist/dpctl* .whl
You can’t perform that action at this time.
0 commit comments