From 2cfe8d9ab259d63155b99c15a9e55b748f0265de Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Fri, 10 Jan 2025 18:55:27 +0100 Subject: [PATCH] Revert "fix path" This reverts commit 133a0e818d68ecbb4b8bd4e1e2930d9c8ad63e69. --- dev/tasks/python-wheels/github.windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/python-wheels/github.windows.yml b/dev/tasks/python-wheels/github.windows.yml index 46cdc02b23cae..36b25e9819f27 100644 --- a/dev/tasks/python-wheels/github.windows.yml +++ b/dev/tasks/python-wheels/github.windows.yml @@ -91,7 +91,7 @@ jobs: {{ macros.github_upload_releases("arrow/python/repaired_wheels/*.whl")|indent }} {{ macros.github_upload_gemfury("arrow/python/repaired_wheels/*.whl")|indent }} - {{ macros.github_upload_wheel_scientific_python("arrow/repaired_wheels/*.whl")|indent }} + {{ macros.github_upload_wheel_scientific_python("arrow/repaired_wheels/repaired_wheels/*.whl")|indent }} {% if arrow.is_default_branch() %} - name: Push Docker image