Skip to content

Commit bada206

Browse files
committed
make_sdist.yml: Rename steps
1 parent 72caad2 commit bada206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make_sdist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on: ['push', 'pull_request']
44

55
jobs:
66
make_sdist:
7-
name: Make SDist
7+
name: Make source distribution
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
with:
1212
fetch-depth: 0
1313

14-
- name: Build SDist
14+
- name: Build source distribution
1515
run: pipx run build --sdist
1616

1717
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)