From 9445fe4b13c31ddefdb104fe988ef1e461e5ed66 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 4 Sep 2024 10:49:06 +0200 Subject: [PATCH] GH-40216: [Python][CI][Packaging] Don't upload sdist to scientific-python nightly channel (only wheels) (#43943) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Rationale for this change See https://github.com/apache/arrow/issues/40216#issuecomment-2325960675 for context. It might be expected that the channel only holds wheels, to users (downstream projects' CI) would accidentally try build from the sdist (e.g. when a wheel is missing). * GitHub Issue: #40216 Authored-by: Joris Van den Bossche Signed-off-by: Raúl Cumplido --- dev/tasks/python-sdist/github.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/tasks/python-sdist/github.yml b/dev/tasks/python-sdist/github.yml index ce41f437946a7..ef36e358aa926 100644 --- a/dev/tasks/python-sdist/github.yml +++ b/dev/tasks/python-sdist/github.yml @@ -43,4 +43,3 @@ jobs: {{ macros.github_upload_releases("arrow/python/dist/*.tar.gz")|indent }} {{ macros.github_upload_gemfury("arrow/python/dist/*.tar.gz")|indent }} - {{ macros.github_upload_wheel_scientific_python("arrow/python/dist/*.tar.gz")|indent }}