diff --git a/build-dist-windows.sh b/build-dist-windows.sh index f471c64..b96d0ee 100644 --- a/build-dist-windows.sh +++ b/build-dist-windows.sh @@ -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