Skip to content

Commit 844e3ef

Browse files
committed
update job name to include the architecture
1 parent 731e093 commit 844e3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel_tests_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
build_linux_37_and_above_wheels:
17-
name: Build python ${{ matrix.cibw_python }} wheels on ${{ matrix.os }}
17+
name: Build python ${{ matrix.cibw_python }} ${{ matrix.cibw_arch }} wheels on ${{ matrix.os }}
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
fail-fast: false

0 commit comments

Comments
 (0)