gaborgsomogyi commented on code in PR #23359:
URL: https://github.com/apache/flink/pull/23359#discussion_r1321570938


##########
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
-  # py37,py38,py39,py310 for mac and linux (11 wheel packages)
-  EXPECTED_WHEEL_PACKAGES_NUM=11
+  # py38,py39,py310 for mac 10.9, 11.0 and linux (9 wheel packages)
+  EXPECTED_WHEEL_PACKAGES_NUM=9

Review Comment:
   https://pypi.org/project/apache-flink/#files
   
   Here we've had originally built:
   * (py38,py39,py310) X (mac 10.9, mac 11.0, linux) = 9
   * (py37) X (mac 10.9, linux) = 2
   
   Now the last one dropped so we should have 9 but I was unable to test it on 
azure.
   



-- 
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

Reply via email to