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

Commit 6085fe4

Browse files
authored
BLD: Actually make universal2 wheels (#169)
1 parent 7aaf40c commit 6085fe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
NIGHTLY_BUILD: "true"
8181
py_3.8_universal2:
8282
MB_PYTHON_VERSION: "3.8"
83+
PLAT: universal2
8384
NP_BUILD_DEP: "numpy==1.17.3"
8485
NIGHTLY_BUILD: "true"
8586
py_3.9_64:
@@ -88,6 +89,7 @@ jobs:
8889
NIGHTLY_BUILD: "true"
8990
py_3.9_universal2:
9091
MB_PYTHON_VERSION: "3.9"
92+
PLAT: universal2
9193
NP_BUILD_DEP: "numpy==1.19.3"
9294
NIGHTLY_BUILD: "true"
9395
py_3.10_64:

0 commit comments

Comments
 (0)