From 9dc35add33cc60b97d5949697c0cad9c181650ae Mon Sep 17 00:00:00 2001 From: Olof Blomqvist Date: Mon, 10 Jul 2023 13:06:47 +0200 Subject: [PATCH] 123 --- post-build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/post-build.sh b/post-build.sh index dc8512f..b80d828 100644 --- a/post-build.sh +++ b/post-build.sh @@ -1,5 +1,4 @@ #!/bin/bash -apt-install python3 pip install maturin -python maturin build --bindings pyo3 \ No newline at end of file +maturin build --bindings pyo3 --release \ No newline at end of file