Skip to content

Commit d8f134c

Browse files
authored
Constrain poetry build tools for published packages (#6)
* Constrain build for ni.protobuf.types to 'poetry-core>=1.8' * Constrain build for ni.pythonpanel.v1.proto to 'poetry-core>=1.8'
1 parent 41db402 commit d8f134c

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

packages/ni.protobuf.types/poetry.lock

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

packages/ni.protobuf.types/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sphinx-autoapi = ">=1.8.4"
5656
m2r2 = ">=0.3.2"
5757

5858
[build-system]
59-
requires = ["poetry-core"]
59+
requires = ["poetry-core>=1.8"]
6060
build-backend = "poetry.core.masonry.api"
6161

6262

packages/ni.pythonpanel.v1.proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sphinx-autoapi = ">=1.8.4"
5656
m2r2 = ">=0.3.2"
5757

5858
[build-system]
59-
requires = ["poetry-core"]
59+
requires = ["poetry-core>=1.8"]
6060
build-backend = "poetry.core.masonry.api"
6161

6262

0 commit comments

Comments
 (0)