You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/11/10 14:08:56 UTC

[arrow-adbc] branch main updated: ci: fix wheel archive path (#170)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 36e0282  ci: fix wheel archive path (#170)
36e0282 is described below

commit 36e0282a5556c19cc6b9d8bec0d1e8a0cb3aa395
Author: David Li <li...@gmail.com>
AuthorDate: Thu Nov 10 09:08:51 2022 -0500

    ci: fix wheel archive path (#170)
---
 .github/workflows/packaging-wheels.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/packaging-wheels.yml b/.github/workflows/packaging-wheels.yml
index 89d0696..696248e 100644
--- a/.github/workflows/packaging-wheels.yml
+++ b/.github/workflows/packaging-wheels.yml
@@ -142,8 +142,8 @@ jobs:
           name: python${{ matrix.python_version }}-macOS
           retention-days: 7
           path: |
-            python/adbc_driver_manager/repaired_wheels/*.whl
-            python/adbc_driver_postgres/repaired_wheels/*.whl
+            python/adbc_driver_manager/dist/*.whl
+            python/adbc_driver_postgres/dist/*.whl
 
       - name: Test wheel
         shell: bash