Skip to content

Commit

Permalink
🚨 run fix
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <ozi.project@outlook.com>
  • Loading branch information
rjdbcm committed Sep 8, 2024
1 parent 5e0ffb6 commit b10059a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit b10059a

Please sign in to comment.