Skip to content

Commit 07f3993

Browse files
committed
better job names
1 parent ed4859e commit 07f3993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
name: Build and publish distributions to PyPI
13+
name: Build wheel and sdist
1414
if: github.repository == 'pvlib/pvlib-python'
1515
runs-on: ubuntu-latest
1616
steps:
@@ -56,6 +56,7 @@ jobs:
5656
path: dist/
5757

5858
publish:
59+
name: Release dist files to PyPI
5960
# only publish distribution to PyPI for tagged commits
6061
if: startsWith(github.ref, 'refs/tags/v')
6162
needs:

0 commit comments

Comments
 (0)