Skip to content

Conversation

@b4rdos
Copy link
Contributor

@b4rdos b4rdos commented Aug 21, 2025

> python -m build --wheel "-C--global-option=build_ext" "-C--global-option=-DBUILD_TESTS=OFF;Python3_FIND_VIRTUALENV=ONLY"
...
removing build/bdist.macosx-15.0-arm64/wheel
Successfully built s2geometry-0.0.0-cp312-cp312-macosx_15_0_arm64.whl
  • After fix
> python -m build --wheel "-C--global-option=build_ext" "-C--global-option=-DBUILD_TESTS=OFF;Python3_FIND_VIRTUALENV=ONLY"
...
removing build/bdist.macosx-15.0-arm64/wheel
Successfully built s2geometry-0.12.1.dev28+g672409037-cp312-cp312-macosx_15_0_arm64.whl

@jmr
Copy link
Member

jmr commented Aug 21, 2025

Explicitly adds the default tag regex defined in setuptools_scm

Why is the default not actually the default?

@jmr
Copy link
Member

jmr commented Aug 21, 2025

@selimnairb
Copy link
Contributor

Looks good to me!

@jmr jmr merged commit d048896 into google:master Aug 22, 2025
10 checks passed
@jmr
Copy link
Member

jmr commented Aug 22, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants