Skip to content

Commit 6cc24c4

Browse files
committed
chore: try with poetry build backend in workflow again
1 parent f8215c1 commit 6cc24c4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ wheel = "*"
4646
packages = ["dependency_injection"]
4747
package-dir = {"" = "src"}
4848

49+
[tool.poetry]
50+
packages = [
51+
{ include = "dependency_injection", from = "src" }
52+
]
53+
4954
[build-system]
50-
requires = ["setuptools", "wheel"]
51-
build-backend = "setuptools.build_meta"
55+
requires = ["poetry-core>=2.0.0,<3.0.0"]
56+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)