Skip to content

Commit eceb1ec

Browse files
committed
Eliminate undefined matrix.python-version variable
1 parent 72e108c commit eceb1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: dist/*.tar.gz
3737

3838
build_wheels:
39-
name: Build ${{ matrix.python-version }} wheels on ${{ matrix.platform }}
39+
name: Build wheels for ${{ matrix.platform }}
4040
runs-on: ${{ matrix.platform }}
4141
strategy:
4242
matrix:

0 commit comments

Comments
 (0)