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 19:00:59 UTC

[arrow-adbc] branch main updated: ci(c/driver_manager,c/driver/postgres): fix typo in wheel pipeline (#153)

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 7f37644  ci(c/driver_manager,c/driver/postgres): fix typo in wheel pipeline (#153)
7f37644 is described below

commit 7f37644e6f48e48126543413e19e456315edacec
Author: David Li <li...@gmail.com>
AuthorDate: Fri Oct 28 15:00:54 2022 -0400

    ci(c/driver_manager,c/driver/postgres): fix typo in wheel pipeline (#153)
---
 .github/workflows/packaging-wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/packaging-wheels.yml b/.github/workflows/packaging-wheels.yml
index 9d65779..a4c681c 100644
--- a/.github/workflows/packaging-wheels.yml
+++ b/.github/workflows/packaging-wheels.yml
@@ -74,7 +74,7 @@ jobs:
 
       - name: Upload wheels to Gemfury
         shell: bash
-        if: github.ref == 'main' && (github.event.schedule || github.event.inputs.upload_wheels)
+        if: github.ref == 'refs/heads/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/