Skip to content

Commit

Permalink
ci: bump poetry
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Nov 10, 2022
1 parent c0121e0 commit afba9a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
REPORTS_DIR: CI_reports
PYTHON_VERISON: "3.10"
POETRY_VERSION: "1.1.11"
PYTHON_VERISON: "3.11"
POETRY_VERSION: "1.2.2"

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:
REPORTS_DIR: CI_reports
DIST_DIR: dist
DIST_ARTIFACT: python-dist
PYTHON_VERISON: "3.10"
POETRY_VERSION: "1.1.11"
PYTHON_VERISON: "3.11"
POETRY_VERSION: "1.2.2"

jobs:
release_candidate:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
env:
REPORTS_DIR: CI_reports
PYTHON_VERISON_DEFAULT: "3.11"
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.2.2"

jobs:
coding-standards:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ env:
REPORTS_DIR: CI_reports
DIST_DIR: dist
DIST_ARTIFACT: python-dist
PYTHON_VERISON: "3.10"
POETRY_VERSION: "1.1.11"
PYTHON_VERISON: "3.11"
POETRY_VERSION: "1.2.2"

jobs:
release-PyPI:
Expand Down

0 comments on commit afba9a4

Please sign in to comment.