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 acc8b27 commit 77eb721Copy full SHA for 77eb721
cibuildwheel/linux.py
@@ -218,7 +218,9 @@ def build(options: BuildOptions) -> None:
218
docker.call(['rm', '-rf', venv_dir])
219
220
existing_output_files = docker.call(['ls'], cwd=container_output_dir).split('\n')
221
+ print(existing_output_files)
222
for repaired_wheel in repaired_wheels:
223
+ print(repaired_wheel)
224
if repaired_wheel.name in existing_output_files:
225
message = f'Created wheel ({repaired_wheel}) already exists in output directory.'
226
if 'abi3' in repaired_wheel.name:
0 commit comments