chore: sync with Terra 38

This commit is contained in:
madomado
2023-11-01 18:02:51 +08:00
parent da64ef8cd4
commit 64ec112ff4
31 changed files with 406 additions and 79 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ integrating more functionality behind a single, common interface.
maturin build --release --strip --locked --all-features
%install
python3 -m installer --destdir="%{buildroot}" target/wheels/*.whl
python3.11 -m installer --destdir="%{buildroot}" target/wheels/*.whl
rm -rf %{python3_sitelib}/ruff/__pycache__
%files