Skip to content

Commit 1611738

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5ada82b commit 1611738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-linux-wheels

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131
# We'll do building in /work and copy results to /dist
3232
'-v', f'{work}:/work:rw',
3333
'-v', '{}:/dist:rw'.format(os.path.abspath('dist')),
34-
'quay.io/pypa/{}_x86_64:latest'.format(platform),
34+
f'quay.io/pypa/{platform}_x86_64:latest',
3535
'bash', '-exc',
3636
'{} wheel --verbose --wheel-dir /work --no-deps libsass && '
3737
'auditwheel repair --wheel-dir /dist /work/*.whl'.format(pip),

0 commit comments

Comments
 (0)