By submitting an Issue to this repository, you agree to the terms within the Code of Conduct.
Description
CIBW cannot generate correct dynamic version as setuptools
Possible reason/solution
CIBW not install versioningit in preparation -> set env.CIBW_BEFORE_BUILD or configure [tool.cibuildwheel.before-build] pyproject.yml (prefered)
default build backend wheel is too old -> set env.CIBW_BUILD_FRONTEND: "build"
versioningit not configured as expected -> configure [tool.versioningit.next-version],[tool.versioningit.format] and [tool.versioningit.onbuild] in pyproject.toml
By submitting an Issue to this repository, you agree to the terms within the Code of Conduct.
Description
Possible reason/solution