Skip to content

Commit

Permalink
Disable building for musllinux for now as it is slow. Rename for clar…
Browse files Browse the repository at this point in the history
…ity.
  • Loading branch information
fjankowsk committed Aug 5, 2023
1 parent 38e2d14 commit 0b75fc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:

jobs:
Build-Wheels:
name: Build wheels on ${{ matrix.buildplat[0] }}
name: Build wheel ${{ matrix.python }}-${{ matrix.buildplat[1] }}
runs-on: ${{ matrix.buildplat[0] }}
strategy:
# ensure that wheel builders fail independently
fail-fast: false
matrix:
buildplat:
- [ubuntu-20.04, manylinux_x86_64]
- [ubuntu-20.04, musllinux_x86_64]
# python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["cp37", "cp38", "cp39", "cp310", "cp311"]

Expand Down

0 comments on commit 0b75fc1

Please sign in to comment.