Skip to content

Commit

Permalink
[cd build]
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 10, 2024
1 parent c5c1108 commit 87f2632
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# To trigger the build steps, add "[cd build]" to commit message

build_wheels:
name: Build Python wheel for ${{ matrix.python }}-${{ matrix.platform_id }}
name: Build ${{ matrix.python }}-${{ matrix.platform_id }}
runs-on: ${{ matrix.os }}
needs: check_build_trigger
if: needs.check_build_trigger.outputs.build
Expand All @@ -82,18 +82,18 @@ jobs:
- os: ubuntu-latest
bitness: 32
platform_id: manylinux_i686
- os: ubuntu-latest
bitness: 64
platform_id: musllinux_x86_64
- os: ubuntu-latest
bitness: 32
platform_id: musllinux_i686
- os: ubuntu-latest
bitness: 64
platform_id: manylinux_aarch64
- os: ubuntu-latest
bitness: 64
platform_id: musllinux_aarch64
# - os: ubuntu-latest
# bitness: 64
# platform_id: musllinux_x86_64
# - os: ubuntu-latest
# bitness: 32
# platform_id: musllinux_i686
# - os: ubuntu-latest
# bitness: 64
# platform_id: manylinux_aarch64
# - os: ubuntu-latest
# bitness: 64
# platform_id: musllinux_aarch64
- os: windows-latest
bitness: 64
platform_id: win_amd64
Expand Down

0 comments on commit 87f2632

Please sign in to comment.