Skip to content

Commit 0e4c1bd

Browse files
committed
Fix config passing
1 parent 226ff74 commit 0e4c1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CIBW_SKIP: "cp39-win_arm64 cp310-win_arm64"
1818
# TODO: consider turning this on
1919
# CIBW_ENABLE: cpython-freethreading
20-
CIBW_CONFIG_SETTINGS: "-Cbuild-dir=build"
20+
CIBW_CONFIG_SETTINGS: "build-dir=build"
2121
CIBW_BEFORE_BUILD_WINDOWS: >-
2222
pip install delvewheel
2323
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-

0 commit comments

Comments
 (0)