We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226ff74 commit 0e4c1bdCopy full SHA for 0e4c1bd
.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: "-Cbuild-dir=build"
+ CIBW_CONFIG_SETTINGS: "build-dir=build"
21
CIBW_BEFORE_BUILD_WINDOWS: >-
22
pip install delvewheel
23
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
0 commit comments