Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Mar 29, 2024
1 parent aec554a commit fa3a5f4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,31 @@ jobs:
name: wheel-aarch-${{ strategy.job-index }}

build_wheels:
name: ${{ matrix.type }} ${{ matrix.arch }} on ${{ matrix.os }}
name: ${{ matrix.build }} ${{ matrix.arch }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-2019, macos-latest, ubuntu-latest]
os: [windows-2019, macos-latest]
arch: [auto64]
build: ["*"]

include:
- os: macos-latest
arch: universal2
build: "*"

- os: windows-2019
arch: auto32
build: "*"

- os: ubuntu-latest
arch: auto64
build: "*manylinux*"

- os: ubuntu-latest
arch: auto64
build: "*musllinux*"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fa3a5f4

Please sign in to comment.