From 2bf70823c54d66513082f14466687ae5e2872ab2 Mon Sep 17 00:00:00 2001 From: Dar Dahlen Date: Wed, 21 Aug 2024 21:59:28 -0700 Subject: [PATCH] include needs more specifics --- .github/workflows/release-wheels.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index f4d6ec8..2461ee3 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true jobs: build_wheels: - name: Build wheel for cp${{ matrix.python }}-${{ matrix.platform_id }}-${{ matrix.manylinux_image }} + name: Build wheel for py${{ matrix.python }}-${{ matrix.platform_id }} runs-on: ${{ matrix.os }} timeout-minutes: 30 strategy: @@ -21,6 +21,7 @@ jobs: fail-fast: false matrix: python: [310, 311, 312] + os: [windows-latest, ubuntu-latest, macos-latest] include: # Window 64 bit - os: windows-latest @@ -42,7 +43,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.12" - name: Install dependencies run: | python3 -m pip install --upgrade pip setuptools