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

Add universal2 wheels for all versions of python #167

Merged
merged 3 commits into from
Jan 1, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this include PLAT: universal2 like the py_3.10_universal2 config

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't believe I missed this. Sending in a new PR.

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"
Expand Down