8000 Improve job and step names · pypa/pip@fa37194 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit fa37194

Browse files
sbidoulichard26
andcommitted
Improve job and step names
Co-authored-by: Richard Si <sichard26@gmail.com>
1 parent 4fa6615 commit fa37194

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
tags:
44
- "*"
55

6-
name: release
6+
name: Release
77

88
jobs:
99
pypi:
10-
name: upload release to PyPI
10+
name: Upload release to PyPI
1111
runs-on: ubuntu-latest
1212
environment: release
1313
permissions:
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: "3.x"
21-
- name: build
21+
- name: Build sdist and wheel
2222
run: pipx run build
23-
- name: publish
23+
- name: Publish to PyPI
2424
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)
0