Skip to content

Commit df33950

Browse files
committed
ci: Remove duplicate job name
1 parent d09d303 commit df33950

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

{{cookiecutter.name}}/.github/workflows/pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
pypi:
10-
name: Publish package distributions to PyPI
1110
runs-on: ubuntu-latest
1211
environment:
1312
name: pypi

{{cookiecutter.name}}/.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
release:
10-
name: Publish Github Release
1110
needs: [pypi]
1211
runs-on: ubuntu-latest
1312
permissions:

0 commit comments

Comments
 (0)