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.
2 parents d6203d6 + b5e8adb commit 16514f4Copy full SHA for 16514f4
.github/actions/python-poetry/action.yml
@@ -35,5 +35,4 @@ runs:
35
key: ${{ runner.os }}-poetry-${{ inputs.poetry-version }}-${{ hashFiles('**/poetry.lock') }}
36
- name: Install dependencies
37
run: poetry install --no-interaction --no-root --only ${{ inputs.groups }}
38
- if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
39
shell: bash
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "promptolution"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = ""
5
authors = ["Tom Zehle, Moritz Schlager, Timo Heiß"]
6
readme = "README.md"
0 commit comments