From c7ad0c7654b7fda526b3537ad84b697461c67428 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 5 Feb 2021 19:43:19 +0000 Subject: [PATCH] Review tweaks from henryiii --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09104162..d9fd5e86 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ What does it do? ยน Not supported on Travis
-- Builds manylinux, macOS, and Windows wheels for CPython and PyPy +- Builds manylinux, macOS 10.9+, and Windows wheels for CPython and PyPy - Works on GitHub Actions, Azure Pipelines, Travis CI, AppVeyor, CircleCI, and GitLab CI - Bundles shared library dependencies on Linux and macOS through [auditwheel](https://github.com/pypa/auditwheel) and [delocate](https://github.com/matthew-brett/delocate) - Runs your library's tests against the wheel-installed version of your library @@ -82,6 +82,9 @@ jobs: steps: - uses: actions/checkout@v2 + # Used to host cibuildwheel + - uses: actions/setup-python@v2 + - name: Install cibuildwheel run: python -m pip install cibuildwheel==1.8.0