Skip to content

Commit 547c8b4

Browse files
shorten names for readability in github
1 parent bbdaea4 commit 547c8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
publish-to-pypi:
3535
name: >-
36-
Publish Python 🐍 distribution 📦 to PyPI
36+
Publish to PyPI
3737
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
3838
needs:
3939
- build
@@ -53,7 +53,7 @@ jobs:
5353
uses: pypa/gh-action-pypi-publish@release/v1
5454

5555
publish-to-testpypi:
56-
name: Publish Python 🐍 distribution 📦 to TestPyPI
56+
name: Publish to TestPyPI
5757
needs:
5858
- build
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)