Skip to content

Commit

Permalink
include needs more specifics
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed Aug 22, 2024
1 parent 73a4129 commit 2bf7082
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ 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:
# Ensure that a wheel builder finishes even if another fails
fail-fast: false
matrix:
python: [310, 311, 312]
os: [windows-latest, ubuntu-latest, macos-latest]
include:
# Window 64 bit
- os: windows-latest
Expand All @@ -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
Expand Down

0 comments on commit 2bf7082

Please sign in to comment.