From 989a2bd6c13b04aee42956853b5bcdfac229b8e0 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Thu, 14 Oct 2021 10:52:26 -0400 Subject: [PATCH] Add info about how the wheels get built --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 48346fa..14e0680 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ For windows and OSX, you should be able to install the most recent version from For linux users, please build yourself following the instructions below. +The windows wheels are built/pushed with the ``buildwheels.py`` script, the OSX wheels are built as part of github action + ## Tests [](https://github.com/usnistgov/teqp/actions/workflows/runcatch.yml) -- GitLab