Skip to content

Commit 1c999a1

Browse files
committed
Action name made shorter
1 parent f433ad7 commit 1c999a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflows will upload a Python Package using Twine when a release is created
22
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
33

4-
name: Publish Python 🐍 distribution 📦 to PyPI
4+
name: Publish to PyPI
55

66
on:
77
release:

.github/workflows/testpypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Python 🐍 distribution 📦 to TestPyPI
1+
name: Publish to TestPyPI
22

33
on: push
44

0 commit comments

Comments
 (0)