Skip to content

Commit 907b9fe

Browse files
committed
less verbose
1 parent 0af568e commit 907b9fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
name: Build LNT distribution package
10+
name: Build LNT package
1111
steps:
1212
- uses: actions/checkout@v5
1313
with:
@@ -29,7 +29,7 @@ jobs:
2929

3030
publish-to-testpypi:
3131
runs-on: ubuntu-latest
32-
name: Publish LNT package to TestPyPI
32+
name: Publish LNT to TestPyPI
3333
needs: [build]
3434
environment:
3535
name: testpypi
@@ -51,7 +51,7 @@ jobs:
5151

5252
publish-to-pypi:
5353
runs-on: ubuntu-latest
54-
name: Publish LNT package to PyPI
54+
name: Publish LNT to PyPI
5555
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
5656
needs: [build]
5757
environment:

0 commit comments

Comments
 (0)