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 8385701 commit 02b7599Copy full SHA for 02b7599
.github/workflows/kit.yml
@@ -47,7 +47,7 @@ concurrency:
47
48
jobs:
49
wheels:
50
- name: "Build ${{ matrix.os }} ${{ matrix.py }} ${{ matrix.arch }} wheels"
+ name: "${{ matrix.py }} ${{ matrix.os }} ${{ matrix.arch }} wheels"
51
runs-on: ${{ matrix.os }}-latest
52
strategy:
53
matrix:
@@ -177,7 +177,7 @@ jobs:
177
path: wheelhouse/*.whl
178
179
sdist:
180
- name: "Build source distribution"
+ name: "Source distribution"
181
runs-on: ubuntu-latest
182
steps:
183
- name: "Check out the repo"
@@ -209,7 +209,7 @@ jobs:
209
path: dist/*.tar.gz
210
211
pypy:
212
- name: "Build PyPy wheel"
+ name: "PyPy wheel"
213
214
215
0 commit comments