From 10c244d827787e1aa2635791fa6e08ae1cca582d Mon Sep 17 00:00:00 2001 From: jbarlow83 Date: Mon, 23 Nov 2020 16:42:58 -0800 Subject: [PATCH] Update README.md Co-authored-by: Henry Schreiner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ff30d5..c71b2788 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Usage | CircleCI | ✅ | ✅ | | | | Gitlab CI | ✅ | | | | -¹ Supported with a "third-party build host".
+¹ Requires a "third-party build host"; expected to work with cibuildwheel but not directly tested by our CI.
`cibuildwheel` is not intended to run on your development machine. Because it uses system Python from Python.org it will try to install packages globally - not what you expect from a build tool! Instead, isolated CI services like those mentioned above are ideal.