From b10059aafb805751c07be2d737a04c2a39c45dc0 Mon Sep 17 00:00:00 2001 From: rjdbcm Date: Sun, 8 Sep 2024 15:28:32 -0500 Subject: [PATCH] :rotating_light: run fix Signed-off-by: rjdbcm --- ozi/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/tasks.py b/ozi/tasks.py index 975c02e5..1d1c2423 100644 --- a/ozi/tasks.py +++ b/ozi/tasks.py @@ -104,7 +104,7 @@ def release( if sign: c.run('sigstore sign --output-dir=sig dist/*.tar.gz') ext_wheel = ( - c.run(f'cibuildwheel --prerelease-pythons --output-dir dist .') + c.run('cibuildwheel --prerelease-pythons --output-dir dist .') if cibuildwheel else None )