Use a consistent poetry version everywhere (#3250)

Fixes the discrepancy of poetry version in Dockerfile and the GAs
This commit is contained in:
Ehsan M. Kermani
2023-04-24 18:19:51 -07:00
committed by GitHub
parent 8c56e92566
commit 5d0674fb46
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
pull_request:
env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.4.2"
jobs:
build:
+1 -1
View File
@@ -6,7 +6,7 @@ on:
pull_request:
env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.4.2"
jobs:
build:
+2 -2
View File
@@ -10,7 +10,7 @@ on:
- 'pyproject.toml'
env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.4.2"
jobs:
if_release:
@@ -45,5 +45,5 @@ jobs:
- name: Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
run: |
run: |
poetry publish
+1 -1
View File
@@ -6,7 +6,7 @@ on:
pull_request:
env:
POETRY_VERSION: "1.3.1"
POETRY_VERSION: "1.4.2"
jobs:
build:
+1 -1
View File
@@ -169,5 +169,5 @@ omit = [
]
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"