Skip to content

Commit

Permalink
ci: typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 15, 2024
1 parent 9befad5 commit 982f09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# By setting the generator to Ninja, cmake will pick gcc (mingw64)
# as the compiler.
CIBW_CONFIG_SETTINGS: "cmake.args='-G Ninja'"
# CIBW doesn't do vendoring of DLLs on Windows by defaulat, so we
# CIBW doesn't do vendoring of DLLs on Windows by default, so we
# have to install delvewheel and run it.
CIBW_BEFORE_BUILD: pip install delvewheel
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair -v --analyze-existing -w {dest_dir} {wheel}
Expand Down

0 comments on commit 982f09f

Please sign in to comment.