This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 6d99dbfd chore(ci): Trust the gemfury client when brewing (#903)
6d99dbfd is described below
commit 6d99dbfd29567e549f5b605d00d934275cc45024
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Jul 15 15:03:22 2026 +0000
chore(ci): Trust the gemfury client when brewing (#903)
Fixes a CI error on main when uploading wheels
```
==> Tapping gemfury/tap
Cloning into '/opt/homebrew/Library/Taps/gemfury/homebrew-tap'...
Tapped 2 formulae (15 files, 34.3KB).
Error: Refusing to load formula gemfury/tap/fury-cli from untrusted tap
gemfury/tap.
Run `brew trust --formula gemfury/tap/fury-cli` or `brew trust gemfury/tap`
to trust it.
Error: Process completed with exit code 1.
```
https://github.com/apache/arrow-nanoarrow/actions/runs/28251153309/job/83705731758#step:3:7
---
.github/workflows/python-wheels.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/python-wheels.yaml
b/.github/workflows/python-wheels.yaml
index f0934b85..2035344d 100644
--- a/.github/workflows/python-wheels.yaml
+++ b/.github/workflows/python-wheels.yaml
@@ -173,6 +173,7 @@ jobs:
- name: Install gemfury client
run: |
brew tap gemfury/tap
+ brew trust gemfury/tap
brew install fury-cli
fury --version