dalelane commented on code in PR #28831:
URL: https://github.com/apache/flink/pull/28831#discussion_r3711058429
##########
tools/releasing/create_binary_release.sh:
##########
@@ -21,6 +21,11 @@
## Variables with defaults (if not overwritten by environment)
##
SKIP_GPG=${SKIP_GPG:-false}
+# Set to true for automated builds (e.g. nightly snapshots) which
+# do not try to include Python wheels in the binary release.
+# Defaults to false for manual use, when the release manager will
+# first download platform wheels to flink-python/dist
Review Comment:
addressed in 336e9644a367763a98c74e9807ab3a3708c77647
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]