gaborgsomogyi commented on code in PR #23417: URL: https://github.com/apache/flink/pull/23417#discussion_r1325644523
########## tools/releasing/create_binary_release.sh: ########## @@ -129,8 +129,8 @@ make_python_release() { cp ${pyflink_actual_name} "${PYTHON_RELEASE_DIR}/${pyflink_release_name}" wheel_packages_num=0 - # py38,py39,py310 for mac 10.9, 11.0 and linux (9 wheel packages) - EXPECTED_WHEEL_PACKAGES_NUM=9 + # py38,py39,py310,py311 for mac 10.9, 11.0 and linux (12 wheel packages) + EXPECTED_WHEEL_PACKAGES_NUM=12 Review Comment: +3 because mac 10.9, mac 11.0 and linux -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org