Commits


Joris Van den Bossche authored and GitHub committed 9445fe4b13c
GH-40216: [Python][CI][Packaging] Don't upload sdist to scientific-python nightly channel (only wheels) (#43943) ### 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 <jorisvandenbossche@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>