This is an automated email from the ASF dual-hosted git repository.

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new ec827d642f GH-48586: [Python][CI] Upload artifact to python-sdist job 
(#49008)
ec827d642f is described below

commit ec827d642f61e48dc9ad2cf90f0d6b968fb8e756
Author: Raúl Cumplido <[email protected]>
AuthorDate: Wed Jan 28 11:50:20 2026 +0100

    GH-48586: [Python][CI] Upload artifact to python-sdist job (#49008)
    
    ### Rationale for this change
    
    When running the python-sdist job we are currently not uploading the build 
artifact to the job.
    
    ### What changes are included in this PR?
    
    Upload artifact as part of building the job so it's easier to test and 
validate contents if necessary.
    
    ### Are these changes tested?
    
    Yes via archery.
    
    ### Are there any user-facing changes?
    
    No
    
    * GitHub Issue: #48586
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 dev/tasks/python-sdist/github.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev/tasks/python-sdist/github.yml 
b/dev/tasks/python-sdist/github.yml
index 0ed13f9218..ac357f1e88 100644
--- a/dev/tasks/python-sdist/github.yml
+++ b/dev/tasks/python-sdist/github.yml
@@ -42,4 +42,9 @@ jobs:
           UBUNTU: 22.04
           PYARROW_VERSION: {{ arrow.no_rc_version }}
 
+      - uses: actions/upload-artifact@v6
+        with:
+          name: sdist
+          path: arrow/python/dist/*.tar.gz
+
       {{ macros.github_upload_releases("arrow/python/dist/*.tar.gz")|indent }}

Reply via email to