Skip to content

Commit fe5db65

Browse files
ehsanmokvowelparrot
authored andcommitted
Use a consistent poetry version everywhere (#3250)
Fixes the discrepancy of poetry version in Dockerfile and the GAs
1 parent 59a4a8b commit fe5db65

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
env:
9-
POETRY_VERSION: "1.3.1"
9+
POETRY_VERSION: "1.4.2"
1010

1111
jobs:
1212
build:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
env:
9-
POETRY_VERSION: "1.3.1"
9+
POETRY_VERSION: "1.4.2"
1010

1111
jobs:
1212
build:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'pyproject.toml'
1111

1212
env:
13-
POETRY_VERSION: "1.3.1"
13+
POETRY_VERSION: "1.4.2"
1414

1515
jobs:
1616
if_release:
@@ -45,5 +45,5 @@ jobs:
4545
- name: Publish to PyPI
4646
env:
4747
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
48-
run: |
48+
run: |
4949
poetry publish

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
env:
9-
POETRY_VERSION: "1.3.1"
9+
POETRY_VERSION: "1.4.2"
1010

1111
jobs:
1212
build:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ omit = [
169169
]
170170

171171
[build-system]
172-
requires = ["poetry-core"]
172+
requires = ["poetry-core>=1.0.0"]
173173
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)