Skip to content

Commit 77eb721

Browse files
committed
Debug
1 parent acc8b27 commit 77eb721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cibuildwheel/linux.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@ def build(options: BuildOptions) -> None:
218218
docker.call(['rm', '-rf', venv_dir])
219219

220220
existing_output_files = docker.call(['ls'], cwd=container_output_dir).split('\n')
221+
print(existing_output_files)
221222
for repaired_wheel in repaired_wheels:
223+
print(repaired_wheel)
222224
if repaired_wheel.name in existing_output_files:
223225
message = f'Created wheel ({repaired_wheel}) already exists in output directory.'
224226
if 'abi3' in repaired_wheel.name:

0 commit comments

Comments
 (0)