Skip to content

Commit dba63b8

Browse files
authored
build: use poetry v1.8.1 (#682)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent dadc9b5 commit dba63b8

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
env:
1717
REPORTS_DIR: CI_reports
1818
PYTHON_VERSION: "3.11"
19-
POETRY_VERSION: "1.7.1"
19+
POETRY_VERSION: "1.8.1"
2020

2121
jobs:
2222
test:

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333

3434
env:
3535
PYTHON_VERSION_DEFAULT: "3.11"
36-
POETRY_VERSION: "1.7.1"
36+
POETRY_VERSION: "1.8.1"
3737
REPORTS_DIR: CI_reports
3838
TESTS_REPORTS_ARTIFACT: tests-reports
3939
PIPENV_VENV_IN_PROJECT: 1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ env:
4242
DIST_DIR: dist
4343
DIST_ARTIFACT: python-dist
4444
PYTHON_VERSION_DEFAULT: "3.11"
45-
POETRY_VERSION: "1.7.1"
45+
POETRY_VERSION: "1.8.1"
4646

4747
jobs:
4848
quicktest:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ packages = [
2525
]
2626
include = [
2727
# all is an object -> prevent parse issue with dependabot
28-
{ path="README.md", format =["sdist","wheel"] },
29-
{ path="LICENSE", format=["sdist","wheel"] },
30-
{ path="NOTICE", format=["sdist","wheel"] },
28+
{ path="README.md", format =["sdist"] },
3129
{ path="tests", format=["sdist"] },
3230
{ path="CHANGELOG.md", format=["sdist"] },
3331
{ path="docs", format=["sdist"] },

0 commit comments

Comments
 (0)