fix: ruff (#725)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2023-09-30 23:37:24 +08:00
committed by GitHub
parent d5f0a70897
commit 93ef1c43bc
+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.11 -m installer --destdir="%{buildroot}" target/wheels/*.whl
python3 -m installer --destdir="%{buildroot}" target/wheels/*.whl
rm -rf %{python3_sitelib}/ruff/__pycache__
%files