Skip to content

Commit 7844799

Browse files
authored
ci: remove gemfury version pin (#700)
Closes #699
1 parent c74fd03 commit 7844799

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-wheels.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,7 @@ jobs:
174174

175175
- name: Install gemfury client
176176
run: |
177-
# GH-36692: Pin gemfury due to wrong faraday dependency declaration.
178-
gem install gemfury -v 0.12.0
177+
gem install gemfury
179178
180179
- name: Upload packages to Gemfury
181180
shell: bash

0 commit comments

Comments
 (0)