mikesongming / SE-Geometry

An Easy-to-Use and Fast Sun Position Calculator
GNU Lesser General Public License v2.1
1 stars 1 forks source link

CIBW cannot recognize dynamic version #7

Closed mikesongming closed 2 years ago

mikesongming commented 2 years ago

By submitting an Issue to this repository, you agree to the terms within the Code of Conduct.

Description

  1. 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
mikesongming commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch fix/7-CIBW_cannot_recognize_dynamic_version created!

mikesongming commented 2 years ago

/build