kou commented on code in PR #45040: URL: https://github.com/apache/arrow/pull/45040#discussion_r1891154605
########## dev/tasks/python-wheels/github.linux.yml: ########## @@ -141,9 +139,9 @@ jobs: {{ macros.github_upload_wheel_scientific_python("arrow/python/repaired_wheels/*.whl")|indent }} {% if arrow.is_default_branch() %} - - name: Push Docker Image + - name: Push Docker images shell: bash run: | archery docker push python-wheel-manylinux-{{ manylinux_version }} - archery docker push python-wheel-manylinux-test-unittests + archery docker push {{ test_unittests_image }} Review Comment: OK. Let's keep the current configuration. (We don't cache the `python-free-threaded-wheel-manylinux-test-imports` image.) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org