From 70a9e475d01f280412603b242118483b35dcb034 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 3 May 2021 19:55:00 +0200 Subject: [PATCH] build: LA bintray address disabled due to it being EOL --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 052244e3..c6962f2f 100644 --- a/build.py +++ b/build.py @@ -36,7 +36,7 @@ if __name__ == "__main__": # dependencies remotes = [ - ("https://api.bintray.com/conan/twonington/public-conan", True, "linear-algebra") + # ("https://api.bintray.com/conan/twonington/public-conan", True, "linear-algebra") ], build_policy = ["mp-units", "outdated"], upload_dependencies = "all",