From a3ed287da3fbecb0f9f419f2347cff1ce9308083 Mon Sep 17 00:00:00 2001 From: clintval Date: Thu, 8 Aug 2024 09:00:49 -0700 Subject: [PATCH] chore: update the release process to leverage GitHub Actions --- .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 0fd5cb6..3cfa839 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.platform.os }} strategy: matrix: - python: [cp312] + python: [cp38, cp39, cp310, cp311] platform: - os: ubuntu-latest target: manylinux @@ -45,7 +45,7 @@ jobs: python-version: 3.12 - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.17.0 + run: python -m pip install cibuildwheel==2.20.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse