Skip to content

Commit

Permalink
Update Poetry to version 1.8 in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
smkent committed Jul 9, 2024
1 parent 9404738 commit 42c4a3b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
ENABLE_PYPI_PUBLISH: true
ENABLE_TEST_PYPI_PUBLISH: true
RELEASE_PYTHON_VERSION: "3.12"
RELEASE_POETRY_VERSION: "1.6"
RELEASE_POETRY_VERSION: "1.8"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "3.11"
- "3.12"
poetry-version:
- "1.6"
- "1.8"

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
ENABLE_PYPI_PUBLISH: {{ "true" if cookiecutter.enable_pypi_publish|lower == "yes" else "false" }}
ENABLE_TEST_PYPI_PUBLISH: {{ "true" if cookiecutter.enable_pypi_publish|lower == "yes" else "false" }}
RELEASE_PYTHON_VERSION: "3.12"
RELEASE_POETRY_VERSION: "1.6"
RELEASE_POETRY_VERSION: "1.8"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "3.11"
- "3.12"
poetry-version:
- "1.6"
- "1.8"

runs-on: ${{ "{{" }} matrix.os }}-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ "{{" }} github.repository }}
RELEASE_PYTHON_VERSION: "3.12"
RELEASE_POETRY_VERSION: "1.6"
RELEASE_POETRY_VERSION: "1.8"

on:
pull_request:
Expand Down

0 comments on commit 42c4a3b

Please sign in to comment.