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 fa24fcd commit bf9a68dCopy full SHA for bf9a68d
.github/workflows/pull-request.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: ./.github/actions/install
15
- run: poetry lock --no-update
16
- - run: git diff --quiet poetry.lock
+ - run: git diff --exit-code poetry.lock
17
18
test:
19
runs-on: ${{ matrix.runs-on }}
pyproject.toml
@@ -9,7 +9,7 @@ license = "Apache-2.0"
9
name = "elimity-insights-client"
10
readme = "README.md"
11
repository = "https://github.com/elimity-com/insights-client-python"
12
-version = "8.1.0a0"
+version = "8.1.0"
[tool.poetry.dependencies]
python = "^3.7"
0 commit comments