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 5ada82b commit 1611738Copy full SHA for 1611738
bin/build-linux-wheels
@@ -31,7 +31,7 @@ def main():
31
# We'll do building in /work and copy results to /dist
32
'-v', f'{work}:/work:rw',
33
'-v', '{}:/dist:rw'.format(os.path.abspath('dist')),
34
- 'quay.io/pypa/{}_x86_64:latest'.format(platform),
+ f'quay.io/pypa/{platform}_x86_64:latest',
35
'bash', '-exc',
36
'{} wheel --verbose --wheel-dir /work --no-deps libsass && '
37
'auditwheel repair --wheel-dir /dist /work/*.whl'.format(pip),
0 commit comments