Merge remote-tracking branch 'origin/main' into henryiii/refactor/namespace
This commit is contained in:
+4
-2
@@ -1,3 +1,5 @@
|
||||
from pathlib import Path
|
||||
|
||||
from cibuildwheel.options import CommandLineArguments
|
||||
|
||||
|
||||
@@ -7,8 +9,8 @@ def get_default_command_line_arguments() -> CommandLineArguments:
|
||||
allow_empty=False,
|
||||
archs=None,
|
||||
config_file="",
|
||||
output_dir=None,
|
||||
package_dir=".",
|
||||
output_dir=Path("wheelhouse"),
|
||||
package_dir=Path("."),
|
||||
prerelease_pythons=False,
|
||||
print_build_identifiers=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user