fix: add --only-binary to pip download fallback (CI compatibility)
Lint & Test / test (push) Successful in 9s
Release / create-release (push) Successful in 1s
Release / build-linux (push) Successful in 37s
Release / build-windows (push) Successful in 1m15s

This commit is contained in:
2026-03-24 15:07:33 +03:00
parent 309f547a5e
commit 32e2ff532d
+1 -1
View File
@@ -85,7 +85,7 @@ for dep in "${ALL_DEPS[@]}"; do
--implementation cp --only-binary :all: \
"$dep" 2>/dev/null || \
pip download --quiet --no-cache-dir --dest "$WHEEL_DIR" \
--python-version "${PYTHON_SHORT}" \
--only-binary :all: \
"$dep"
done