We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695dbd3 commit e0e68a3Copy full SHA for e0e68a3
.github/workflows/python-release.yml
@@ -98,8 +98,7 @@ jobs:
98
python-version: 3.12
99
100
- name: Install Poetry
101
- run: |
102
- pip install poetry
+ run: make install-poetry
103
104
- name: Validate current pyiceberg version
105
env:
@@ -140,7 +139,7 @@ jobs:
140
139
3.12
141
142
- name: Install poetry
143
- run: pip install poetry
144
145
# Publish the source distribution with the version that's in
146
# the repository, otherwise the tests will fail
@@ -213,7 +212,7 @@ jobs:
213
212
214
215
216
217
218
- name: Set version with RC
219
0 commit comments