Skip to content

Commit a80ec73

Browse files
committed
Shorten github workflow names
1 parent 443ca15 commit a80ec73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Python 🐍 distribution 📦 to PyPI
1+
name: Publish distribution to PyPI
22

33
on:
44
workflow_dispatch:
@@ -29,5 +29,5 @@ jobs:
2929
- name: Build distribution packages
3030
run: python -m build
3131

32-
- name: Publish distribution 📦 to PyPI
32+
- name: Publish distribution to PyPI
3333
uses: pypa/gh-action-pypi-publish@release/v1

.github/workflows/publish-to-testpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Python 🐍 distribution 📦 to Test PyPI
1+
name: Publish distribution to Test PyPI
22

33
on:
44
workflow_dispatch:
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build distribution packages
5151
run: python -m build
5252

53-
- name: Publish distribution 📦 to Test PyPI
53+
- name: Publish distribution to Test PyPI
5454
uses: pypa/gh-action-pypi-publish@release/v1
5555
with:
5656
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)