Skip to content

Commit 6a2f4e4

Browse files
committed
fix: fix maturin command
1 parent 6839a80 commit 6a2f4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bakefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _build_for_publish(self):
2424
if self._target:
2525
cmd += f" --target {self._target}"
2626

27-
self.ctx.run(" ".join(cmd))
27+
self.ctx.run(cmd)
2828

2929

3030
class MyBakebook(RustLibSpace, PythonLibSpace):

0 commit comments

Comments
 (0)