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 26c5e18 commit 7508943Copy full SHA for 7508943
cibuildwheel/linux.py
@@ -185,7 +185,7 @@ def build_in_container(
185
constraints_file = build_options.dependency_constraints.get_for_python_version(
186
config.version
187
)
188
- container_constraints_file = PurePath("/constraints.txt")
+ container_constraints_file = PurePosixPath("/constraints.txt")
189
190
container.copy_into(constraints_file, container_constraints_file)
191
dependency_constraint_flags = ["-c", container_constraints_file]
0 commit comments