From 04044469158ff743f3c1154c3561af5999c87085 Mon Sep 17 00:00:00 2001 From: Sveinbjorn Thordarson Date: Mon, 26 Aug 2024 22:20:47 +0000 Subject: [PATCH] Updated wheels.yml --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8c8ced0f..79cf27fd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,13 +25,13 @@ jobs: python-version: '3.10' - name: Install cibuildwheel - run: python -m pip install --upgrade wheel setuptools pip cibuildwheel + run: python -m pip install --upgrade pip wheel setuptools cibuildwheel - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse # Options (https://cibuildwheel.readthedocs.io/en/stable/options/) env: - CIBW_SKIP: cp36-* cp37-* pp37-* *musllinux* + CIBW_SKIP: cp36-* cp37-* cp38-* *pp37-* pp38-* *musllinux* CIBW_BEFORE_BUILD_MACOS: python3 -m pip install --upgrade setuptools wheel cffi CIBW_ARCHS_MACOS: "x86_64 arm64" CIBW_ARCHS_WINDOWS: "AMD64"