Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 66c34f6

Browse files
authored
Add universal2 wheels for all versions of python (#167)
1 parent 263a9fb commit 66c34f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,18 @@ jobs:
7878
MB_PYTHON_VERSION: "3.8"
7979
NP_BUILD_DEP: "numpy==1.17.3"
8080
NIGHTLY_BUILD: "true"
81+
py_3.8_universal2:
82+
MB_PYTHON_VERSION: "3.8"
83+
NP_BUILD_DEP: "numpy==1.17.3"
84+
NIGHTLY_BUILD: "true"
8185
py_3.9_64:
8286
MB_PYTHON_VERSION: "3.9"
8387
NP_BUILD_DEP: "numpy==1.19.3"
8488
NIGHTLY_BUILD: "true"
89+
py_3.9_universal2:
90+
MB_PYTHON_VERSION: "3.9"
91+
NP_BUILD_DEP: "numpy==1.19.3"
92+
NIGHTLY_BUILD: "true"
8593
py_3.10_64:
8694
MB_PYTHON_VERSION: "3.10"
8795
PLAT: "x86_64"

0 commit comments

Comments
 (0)