Skip to content

Commit 7dca366

Browse files
committed
ci: change pipeline name
1 parent 9bb96a7 commit 7dca366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ jobs:
132132
changelog-path: docs/CHANGELOG.md
133133
exclude-types: ${{ github.event.inputs.exclude-types }}
134134

135-
release:
136-
name: Release
135+
release-to-pypi:
136+
name: Release to PyPI
137137
if: ${{ github.event.inputs.dry-run == 'false' }}
138138
runs-on: ubuntu-24.04
139139
needs: [commit-changelog-and-release-github]

0 commit comments

Comments
 (0)