We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4859e commit 07f3993Copy full SHA for 07f3993
1 file changed
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- name: Build and publish distributions to PyPI
+ name: Build wheel and sdist
14
if: github.repository == 'pvlib/pvlib-python'
15
runs-on: ubuntu-latest
16
steps:
@@ -56,6 +56,7 @@ jobs:
56
path: dist/
57
58
publish:
59
+ name: Release dist files to PyPI
60
# only publish distribution to PyPI for tagged commits
61
if: startsWith(github.ref, 'refs/tags/v')
62
needs:
0 commit comments