Skip to content

Commit 6f81dfa

Browse files
authored
build: use poetry v1.8.1 (#560)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 2b7f261 commit 6f81dfa

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020
env:
2121
REPORTS_DIR: CI_reports
2222
PYTHON_VERSION_DEFAULT: "3.11"
23-
POETRY_VERSION: "1.7.1"
23+
POETRY_VERSION: "1.8.1"
2424
TESTS_REPORTS_ARTIFACT: tests-reports
2525

2626
jobs:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ concurrency:
3939

4040
env:
4141
PYTHON_VERSION_DEFAULT: "3.11"
42-
POETRY_VERSION: "1.7.1"
42+
POETRY_VERSION: "1.8.1"
4343

4444
jobs:
4545
quicktest:

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ packages = [
2424
]
2525
include = [
2626
# all is an object -> prevent parse issue with dependabot
27-
{ path="README.md", format =["sdist","wheel"] },
28-
{ path="LICENSE", format=["sdist","wheel"] },
29-
{ path="NOTICE", format=["sdist","wheel"] },
27+
{ path="README.md", format =["sdist"] },
3028
{ path="CHANGELOG.md", format=["sdist"] },
3129
{ path="docs", format=["sdist"] },
3230
{ path="examples", format=["sdist"] },

0 commit comments

Comments
 (0)