From a4d5cf3a113574e9baa65c808acc0f81434b12d6 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:37:47 -0800 Subject: [PATCH 1/2] Add universal2 wheels for all versions of python --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fdec2ac..3dc1cd6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -120,10 +120,18 @@ jobs: MB_PYTHON_VERSION: "3.8" NP_BUILD_DEP: "numpy==1.17.3" NIGHTLY_BUILD: "true" + py_3.8_universal2 + MB_PYTHON_VERSION: "3.8" + NP_BUILD_DEP: "numpy==1.17.3" + NIGHTLY_BUILD: "true" py_3.9_64: MB_PYTHON_VERSION: "3.9" NP_BUILD_DEP: "numpy==1.19.3" NIGHTLY_BUILD: "true" + py_3.9_universal2: + MB_PYTHON_VERSION: "3.9" + NP_BUILD_DEP: "numpy==1.19.3" + NIGHTLY_BUILD: "true" py_3.10_64: MB_PYTHON_VERSION: "3.10" PLAT: "x86_64" From 72118c730ecd4dfbda9c69c54d0f5c0fe7f16d3b Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:00:57 -0800 Subject: [PATCH 2/2] syntax error --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3dc1cd6..d9e77a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -120,7 +120,7 @@ jobs: MB_PYTHON_VERSION: "3.8" NP_BUILD_DEP: "numpy==1.17.3" NIGHTLY_BUILD: "true" - py_3.8_universal2 + py_3.8_universal2: MB_PYTHON_VERSION: "3.8" NP_BUILD_DEP: "numpy==1.17.3" NIGHTLY_BUILD: "true"