You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "$apache_flink_libraries_actual_name"!="$apache_flink_libraries_release_name" ]] ;then
101
-
echo -e "\033[31;1mThe file name of the python package: ${apache_flink_libraries_actual_name} is not consistent with given release version: ${PYFLINK_VERSION}!\033[0m"
100
+
if [[ "$apache_flink_libraries_actual_sdist_name"!="$apache_flink_libraries_release_sdist_name" ]] ;then
101
+
echo -e "\033[31;1mThe file name of the python package: ${apache_flink_libraries_actual_sdist_name} is not consistent with given release version: ${PYFLINK_VERSION}!\033[0m"
if [[ "$apache_flink_libraries_actual_wheel_name"!="$apache_flink_libraries_release_wheel_name" ]] ;then
111
+
echo -e "\033[31;1mThe file name of the python package: ${apache_flink_libraries_actual_wheel_name} is not consistent with given release version: ${PYFLINK_VERSION}!\033[0m"
0 commit comments