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 8f9dabf commit 5f4e094Copy full SHA for 5f4e094
.github/workflows/release.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Install and configure Poetry
115
uses: snok/install-poetry@v1
116
with:
117
- version: 1.5.1
+ version: 1.8.1
118
virtualenvs-create: true
119
virtualenvs-in-project: true
120
installer-parallel: true
.github/workflows/release_candidates.yml
@@ -57,7 +57,7 @@ jobs:
57
58
if: ${{ contains( github.event.pull_request.labels.*.name, 'python-rc') }}
59
60
61
62
63
0 commit comments