From 2eec21668d2c65f689ed7a4bbdb7540b300ef7cf Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Wed, 5 Jun 2024 09:38:44 +0100 Subject: [PATCH] update --- .github/workflows/build_wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index eae23811..ebc2da82 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -29,6 +29,9 @@ jobs: - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.18.1 + + - name: Build wheels + run: python -m cibuildwheel --output-dir wheelhouse env: # Disable building for PyPy and 32bit. CIBW_SKIP: pp* *-win32 *-manylinux_i686 *musllinux*