Skip to content

Commit e250f7b

Browse files
committed
chore: unpin maturin build version
1 parent c2c2625 commit e250f7b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-python-release.reusable.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ jobs:
135135
# see https://github.com/PyO3/maturin/issues/2110
136136
XWIN_VERSION: "16"
137137
with:
138-
maturin-version: "1.9.1"
139138
target: ${{ matrix._.target }}
140139
command: build
141140
# building in engine/ ensures that we pick up .cargo/config.toml

engine/language_client_python/pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ version = "0.205.0"
44
description = "BAML python bindings (pyproject.toml)"
55
readme = "README.md"
66
authors = [{ "name" = "Boundary", "email" = "contact@boundaryml.com" }]
7-
8-
[project.license]
9-
file = "LICENSE"
7+
# This is what controls the Python license file, see
8+
# https://github.com/PyO3/maturin/issues/2718 and
9+
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
10+
license = "Apache-2.0"
1011

1112
[build-system]
1213
requires = ["maturin>=1.0,<2.0"]

0 commit comments

Comments
 (0)