Skip to content

Commit 42c4a3b

Browse files
committed
Update Poetry to version 1.8 in CI workflows
1 parent 9404738 commit 42c4a3b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
ENABLE_PYPI_PUBLISH: true
66
ENABLE_TEST_PYPI_PUBLISH: true
77
RELEASE_PYTHON_VERSION: "3.12"
8-
RELEASE_POETRY_VERSION: "1.6"
8+
RELEASE_POETRY_VERSION: "1.8"
99

1010
on:
1111
push:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "3.11"
2727
- "3.12"
2828
poetry-version:
29-
- "1.6"
29+
- "1.8"
3030

3131
runs-on: ${{ matrix.os }}-latest
3232
steps:

{{cookiecutter.project_name}}/.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
ENABLE_PYPI_PUBLISH: {{ "true" if cookiecutter.enable_pypi_publish|lower == "yes" else "false" }}
66
ENABLE_TEST_PYPI_PUBLISH: {{ "true" if cookiecutter.enable_pypi_publish|lower == "yes" else "false" }}
77
RELEASE_PYTHON_VERSION: "3.12"
8-
RELEASE_POETRY_VERSION: "1.6"
8+
RELEASE_POETRY_VERSION: "1.8"
99

1010
on:
1111
push:

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- "3.11"
2727
- "3.12"
2828
poetry-version:
29-
- "1.6"
29+
- "1.8"
3030

3131
runs-on: ${{ "{{" }} matrix.os }}-latest
3232
steps:

{{cookiecutter.project_name}}/.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
REGISTRY: ghcr.io
66
IMAGE_NAME: ${{ "{{" }} github.repository }}
77
RELEASE_PYTHON_VERSION: "3.12"
8-
RELEASE_POETRY_VERSION: "1.6"
8+
RELEASE_POETRY_VERSION: "1.8"
99

1010
on:
1111
pull_request:

0 commit comments

Comments
 (0)