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

jorisvandenbossche 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 83b1bcd251 GH-36655: [Dev] Fix fury command to upload nightly wheels 
(#36657)
83b1bcd251 is described below

commit 83b1bcd2515f1033c44beb0d87c13ecddb8a5108
Author: Raúl Cumplido <[email protected]>
AuthorDate: Thu Jul 13 13:16:26 2023 +0200

    GH-36655: [Dev] Fix fury command to upload nightly wheels (#36657)
    
    ### Rationale for this change
    
    The fury command was missing the push command.
    
    ### What changes are included in this PR?
    
    Fix the fury command
    
    ### Are these changes tested?
    
    Will test with CI.
    
    ### Are there any user-facing changes?
    No
    * Closes: #36655
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Joris Van den Bossche <[email protected]>
---
 dev/tasks/macros.jinja | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/macros.jinja b/dev/tasks/macros.jinja
index 1fdfc08be0..4c65a64c81 100644
--- a/dev/tasks/macros.jinja
+++ b/dev/tasks/macros.jinja
@@ -142,7 +142,7 @@ on:
     run: |
       PATH=$(echo $(ruby -r rubygems -e 'puts Gem.user_dir') | sed 
"s/C:\//\/c\//")/bin:$PATH
       gem install --user-install gemfury
-      fury \
+      fury push \
         --api-token=${CROSSBOW_GEMFURY_TOKEN} \
         --as=${CROSSBOW_GEMFURY_ORG} \
         {{ pattern }}

Reply via email to