Skip to content

Commit

Permalink
Force auditwheel 4.0.0.0b1 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Apr 3, 2021
1 parent aeeaf23 commit f4076d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cibuildwheel/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def build(options: BuildOptions) -> None:

if options.repair_command:
log.step('Repairing wheel...')
docker.call(['/opt/_internal/tools/bin/pip', 'install', 'auditwheel==4.0.0.0b1'])
repair_command_prepared = prepare_command(options.repair_command, wheel=built_wheel, dest_dir=repaired_wheel_dir)
docker.call(['sh', '-c', repair_command_prepared], env=env)
else:
Expand Down

0 comments on commit f4076d1

Please sign in to comment.