Skip to content

Commit 8d910db

Browse files
committed
Use posix path in windows when creating wheel
1 parent df8fb8e commit 8d910db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(self, version, build_data):
3333
stream.write(
3434
"include(CMakePackageConfigHelpers)\n"
3535
"write_basic_package_version_file(\n"
36-
f" \"{str(version_config_path)}\"\n"
36+
f" \"{str(version_config_path.as_posix())}\"\n"
3737
f" VERSION {pytest.__version__}\n"
3838
" COMPATIBILITY AnyNewerVersion\n"
3939
")"

0 commit comments

Comments
 (0)