Skip to content

Commit cf14ec0

Browse files
committed
.
1 parent 4788cab commit cf14ec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
path: pysplashsurf/pysplashsurf/
3939

4040
linux_wheels:
41-
name: Build wheels ${{ matrix.python-version }}
41+
name: Build wheels for "${{ matrix.python-version }}"
4242
needs: generate-stub
4343
runs-on: ubuntu-24.04
4444
strategy:
@@ -89,7 +89,7 @@ jobs:
8989
path: wheelhouse
9090

9191
macos_wheels:
92-
name: Build wheels ${{ matrix.python-version }}
92+
name: Build wheels for "${{ matrix.python-version }}"
9393
needs: generate-stub
9494
runs-on: ${{ matrix.runner }}
9595
strategy:
@@ -132,7 +132,7 @@ jobs:
132132
path: wheelhouse
133133

134134
windows_wheels:
135-
name: Build wheels ${{ matrix.python-version }}
135+
name: Build wheels for "${{ matrix.python-version }}"
136136
needs: generate-stub
137137
runs-on: windows-latest
138138
strategy:

0 commit comments

Comments
 (0)