Skip to content

Commit 4788cab

Browse files
committed
.
1 parent d8d6c5e commit 4788cab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pysplashsurf_CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: pysplashsurf.pyi
3838
path: pysplashsurf/pysplashsurf/
3939

40-
linux:
40+
linux_wheels:
4141
name: Build wheels ${{ matrix.python-version }}
4242
needs: generate-stub
4343
runs-on: ubuntu-24.04
@@ -88,7 +88,7 @@ jobs:
8888
name: wheels-${{ matrix.python-version }}
8989
path: wheelhouse
9090

91-
macos:
91+
macos_wheels:
9292
name: Build wheels ${{ matrix.python-version }}
9393
needs: generate-stub
9494
runs-on: ${{ matrix.runner }}
@@ -131,7 +131,7 @@ jobs:
131131
name: wheels-${{ matrix.python-version }}
132132
path: wheelhouse
133133

134-
windows:
134+
windows_wheels:
135135
name: Build wheels ${{ matrix.python-version }}
136136
needs: generate-stub
137137
runs-on: windows-latest
@@ -196,7 +196,7 @@ jobs:
196196
name: Publish to PyPI
197197
runs-on: ubuntu-latest
198198
if: ${{ startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' }}
199-
needs: [linux, macos, windows, sdist, tests, docs]
199+
needs: [linux_wheels, macos_wheels, windows_wheels, sdist, tests, docs]
200200
steps:
201201
- uses: actions/download-artifact@v4
202202
with:

0 commit comments

Comments
 (0)