We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77b08f commit 84b01fbCopy full SHA for 84b01fb
.github/workflows/publish_on_release.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
python3 -m pip install --upgrade pip
20
poetry --version
21
- pip install poetry
+ pip install -U poetry
22
23
make install-extras
24
- name: Set package version
0 commit comments