[all-commits] [llvm/llvm-project] 184c75: [mlir][python] Set a static version in the standal...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Mon Jul 6 16:01:09 PDT 2026
Branch: refs/heads/users/makslevental/standalone-pyproject-static-version
Home: https://github.com/llvm/llvm-project
Commit: 184c752979e248b5668a978204c613a6a414234e
https://github.com/llvm/llvm-project/commit/184c752979e248b5668a978204c613a6a414234e
Author: makslevental <maksim.levental at gmail.com>
Date: 2026-07-06 (Mon, 06 Jul 2026)
Changed paths:
M mlir/examples/standalone/pyproject.toml
Log Message:
-----------
[mlir][python] Set a static version in the standalone example pyproject.toml
The standalone example's pyproject.toml declares `dynamic = ["version"]`
but does not configure a `tool.scikit-build metadata.version.provider`.
Newer versions of scikit-build-core reject this combination with:
AssertionError: project.version is not specified, must be statically
present or tool.scikit-build metadata.version.provider configured when
dynamic
Since the standalone example is a template that builds a wheel directly,
there is nothing supplying a dynamic version. Pin a static placeholder
version instead so the wheel builds out of the box.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list