dajac commented on a change in pull request #11394: URL: https://github.com/apache/kafka/pull/11394#discussion_r729834094
########## File path: release.py ########## @@ -621,7 +631,8 @@ def select_gpg_key(): cmd("Listing artifacts to be uploaded:", "ls -R %s" % artifacts_dir) cmd("Zipping artifacts", "tar -czf %s.tar.gz %s" % (artifact_name, artifact_name), cwd=work_dir) -if not user_ok("Have you uploaded artifacts in %s, listed above, to public_html in your Apache home directory (y/n)?: " % artifacts_dir): +sftp_upload(artifacts_dir) Review comment: I meant `public_html` directory. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org