We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a032c commit 2943e1fCopy full SHA for 2943e1f
2 files changed
.github/workflows/build-wheels.yaml
@@ -17,7 +17,7 @@ jobs:
17
CIBW_SKIP: "cp39-win_arm64 cp310-win_arm64"
18
# TODO: consider turning this on
19
# CIBW_ENABLE: cpython-freethreading
20
- CIBW_CONFIG_SETTINGS: "build-dir=build"
+ CIBW_CONFIG_SETTINGS: 'build-dir=build compile-args="--verbose"'
21
CIBW_BEFORE_BUILD_WINDOWS: >-
22
pip install delvewheel
23
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
pyproject.toml
@@ -135,7 +135,6 @@ setup = [
135
'--default-library=static',
136
'-Dpyprojectwheelbuild=enabled',
137
]
138
-compile = ['-v']
139
install = [
140
'--skip-subprojects',
141
0 commit comments