Added post-processing for python wheel platform tags (#13584)

This commit is contained in:
Ilya Lavrenov
2022-10-21 17:42:26 +04:00
committed by GitHub
parent 478939ea9e
commit 786690a44f
2 changed files with 56 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ add_custom_command(OUTPUT ${openvino_wheel_path}
${PYTHON_EXECUTABLE} ${SETUP_PY} clean bdist_wheel
--dist-dir ${openvino_wheels_output_dir}
--build=${WHEEL_BUILD}
--quiet
DEPENDS ie_wheel
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
COMMENT "Building Python wheel ${openvino_wheel_name}"