Skip to content

Commit

Permalink
Remove redundant words
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 16, 2024
1 parent 26152d1 commit e583a99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
build-wheel:
name: Build wheel (${{ matrix.os.name }} ${{ matrix.python.major-dot-minor }} ${{ matrix.arch.name }})
name: Wheel (${{ matrix.os.name }} ${{ matrix.python.major-dot-minor }} ${{ matrix.arch.name }})
runs-on: ${{ matrix.os.runs-on[matrix.arch.matrix] }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Install dependencies
run: pip install maturin

- name: Build MacOS wheel (Python ${{ matrix.python }})
- name: MacOS wheel (Python ${{ matrix.python }})
if: matrix.os.matrix == 'macos'
env:
MACOSX_DEPLOYMENT_TARGET: "11.0"
Expand All @@ -147,7 +147,7 @@ jobs:
. venv/bin/activate
maturin build -i python --release -m wheel/Cargo.toml
- name: Build Linux wheel (Python ${{ matrix.python }})
- name: Linux wheel (Python ${{ matrix.python }})
if: matrix.os.matrix == 'ubuntu'
run: |
docker run --rm --pull always \
Expand All @@ -164,7 +164,7 @@ jobs:
CC=gcc maturin build --release --manylinux ${{ matrix.python.by-arch[matrix.arch.matrix].manylinux-version }} -m wheel/Cargo.toml \
'
- name: Build Windows wheel (Python ${{ matrix.python }})
- name: Windows wheel (Python ${{ matrix.python }})
if: matrix.os.matrix == 'windows'
env:
CC: "clang"
Expand Down

0 comments on commit e583a99

Please sign in to comment.