Skip to content

Commit 1fcf7f6

Browse files
committed
Simplify action names
1 parent f104bf9 commit 1fcf7f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-package.yml renamed to .github/workflows/_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Publish package
2+
name: _publish
33

44
on:
55
workflow_call:

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Format code
2+
name: Format
33

44
on:
55
pull_request:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Publish version
2+
name: Publish
33

44
run-name: Publish ${{ github.ref_name }}
55

@@ -48,7 +48,7 @@ jobs:
4848
files: dist/*
4949
pypi:
5050
name: PyPI
51-
uses: ./.github/workflows/publish-package.yml
51+
uses: ./.github/workflows/_publish.yml
5252
needs: artifacts
5353
secrets:
5454
registry_token: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Cut version
2+
name: Version
33

44
run-name: Cut ${{ github.event.inputs.version }}
55

0 commit comments

Comments
 (0)