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/10/28 18:43:56 UTC

[arrow-adbc] branch main updated: ci(c/driver_manager,c/driver/postgres): fix manually dispatched wheel builds (#152)

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 09483fc  ci(c/driver_manager,c/driver/postgres): fix manually dispatched wheel builds (#152)
09483fc is described below

commit 09483fc2832a06f582ea74f70687ad0ace29bccb
Author: David Li <li...@gmail.com>
AuthorDate: Fri Oct 28 14:43:52 2022 -0400

    ci(c/driver_manager,c/driver/postgres): fix manually dispatched wheel builds (#152)
---
 .github/workflows/packaging-wheels.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/packaging-wheels.yml b/.github/workflows/packaging-wheels.yml
index 2a40fbb..9d65779 100644
--- a/.github/workflows/packaging-wheels.yml
+++ b/.github/workflows/packaging-wheels.yml
@@ -42,6 +42,13 @@ jobs:
           fetch-depth: 0
           persist-credentials: false
 
+      - name: Show inputs
+        shell: bash
+        run: |
+          echo "upload_wheels: ${{ github.event.inputs.upload_wheels }}"
+          echo "schedule: ${{ github.event.schedule }}"
+          echo "ref: ${{ github.ref }}"
+
       - name: Build wheel
         shell: bash
         run: |
@@ -67,7 +74,7 @@ jobs:
 
       - name: Upload wheels to Gemfury
         shell: bash
-        if: github.ref == 'main' && (github.event.schedule || inputs.upload_wheels)
+        if: github.ref == 'main' && (github.event.schedule || github.event.inputs.upload_wheels)
         run: |
           path=$(ls python/adbc_driver_manager/repaired_wheels/*.whl)
           echo curl -F "package=@${path}" https://${GEMFURY_PUSH_TOKEN}@push.fury.io/arrow-adbc-nightlies/