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

kou 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 1876d581e5 GH-36450: [CI][Python] Upload wheel artifacts for Windows 
(#36466)
1876d581e5 is described below

commit 1876d581e588e47fcad0f77ebadc4797420f05c0
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jul 5 11:08:12 2023 +0900

    GH-36450: [CI][Python] Upload wheel artifacts for Windows (#36466)
    
    ### Rationale for this change
    
    It's useful for debugging on local.
    
    ### What changes are included in this PR?
    
    Add `actions/upload-artifact` step like other jobs for manylinux and macOS.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #36450
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/python-wheels/github.windows.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev/tasks/python-wheels/github.windows.yml 
b/dev/tasks/python-wheels/github.windows.yml
index 0db4047951..1641796a71 100644
--- a/dev/tasks/python-wheels/github.windows.yml
+++ b/dev/tasks/python-wheels/github.windows.yml
@@ -58,6 +58,11 @@ jobs:
           )
           archery docker run --no-build -e SETUPTOOLS_SCM_PRETEND_VERSION={{ 
arrow.no_rc_version }} python-wheel-windows-vs2017
 
+      - uses: actions/upload-artifact@v3
+        with:
+          name: wheel
+          path: arrow/python/dist/*.whl
+
       - name: Test wheel
         shell: cmd
         run: |

Reply via email to