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 78447996 ci: remove gemfury version pin (#700)
78447996 is described below
commit 78447996617a40bb68873a12de7dbe106cf9a440
Author: Bryce Mecum <[email protected]>
AuthorDate: Thu Jan 2 18:40:20 2025 -0800
ci: remove gemfury version pin (#700)
Closes #699
---
.github/workflows/python-wheels.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/python-wheels.yaml
b/.github/workflows/python-wheels.yaml
index dfa244a9..4f45f0de 100644
--- a/.github/workflows/python-wheels.yaml
+++ b/.github/workflows/python-wheels.yaml
@@ -174,8 +174,7 @@ jobs:
- name: Install gemfury client
run: |
- # GH-36692: Pin gemfury due to wrong faraday dependency declaration.
- gem install gemfury -v 0.12.0
+ gem install gemfury
- name: Upload packages to Gemfury
shell: bash