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

brycemecum 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 f9726060f ci: fix gemfury page kind key (#4150)
f9726060f is described below

commit f9726060f162f216fec8429137208d4097d78d99
Author: Kent Wu <[email protected]>
AuthorDate: Thu Mar 26 11:26:15 2026 -0400

    ci: fix gemfury page kind key (#4150)
    
    Follow up to https://github.com/apache/arrow-adbc/pull/4144. Attempt 2
    
    Updated to match the structure output from [Remove old Gemfury
    
packages](https://github.com/apache/arrow-adbc/actions/runs/23571332285/job/68720964175#logs)
---
 ci/scripts/gemfury_clean.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/gemfury_clean.py b/ci/scripts/gemfury_clean.py
index 1a822628f..6fba100aa 100755
--- a/ci/scripts/gemfury_clean.py
+++ b/ci/scripts/gemfury_clean.py
@@ -52,7 +52,7 @@ def main():
 
             # npm registries don't allow re-uploading an existing version, so 
all
             # existing versions must be removed to allow the nightly re-upload
-            if package.get("kind") == "npm":
+            if package.get("kind_key") == "js":
                 to_delete = [version["id"] for version in versions]
             else:
                 # Always keep at least 1 version

Reply via email to