We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4788cab commit cf14ec0Copy full SHA for cf14ec0
1 file changed
.github/workflows/pysplashsurf_CI.yml
@@ -38,7 +38,7 @@ jobs:
38
path: pysplashsurf/pysplashsurf/
39
40
linux_wheels:
41
- name: Build wheels ${{ matrix.python-version }}
+ name: Build wheels for "${{ matrix.python-version }}"
42
needs: generate-stub
43
runs-on: ubuntu-24.04
44
strategy:
@@ -89,7 +89,7 @@ jobs:
89
path: wheelhouse
90
91
macos_wheels:
92
93
94
runs-on: ${{ matrix.runner }}
95
@@ -132,7 +132,7 @@ jobs:
132
133
134
windows_wheels:
135
136
137
runs-on: windows-latest
138
0 commit comments