From 94f0744d9a3685178172c12c7ed5f0f7ee5da426 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 19 Dec 2024 12:02:06 +0900 Subject: [PATCH] Test --- dev/tasks/python-wheels/github.linux.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/tasks/python-wheels/github.linux.yml b/dev/tasks/python-wheels/github.linux.yml index ec5b9b31da8e1..7a9a91b3029de 100644 --- a/dev/tasks/python-wheels/github.linux.yml +++ b/dev/tasks/python-wheels/github.linux.yml @@ -152,10 +152,8 @@ jobs: {{ macros.github_upload_gemfury("arrow/python/repaired_wheels/*.whl")|indent }} {{ macros.github_upload_wheel_scientific_python("arrow/python/repaired_wheels/*.whl")|indent }} - {% if arrow.is_default_branch() %} - name: Push Docker images shell: bash run: | archery docker push python-wheel-manylinux-{{ manylinux_version }} archery docker push ${TEST_IMAGE_PREFIX}-wheel-manylinux-test-unittests - {% endif %}