Skip to content

Commit

Permalink
ci: change pipeline name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 17, 2024
1 parent 9bb96a7 commit 7dca366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
changelog-path: docs/CHANGELOG.md
exclude-types: ${{ github.event.inputs.exclude-types }}

release:
name: Release
release-to-pypi:
name: Release to PyPI
if: ${{ github.event.inputs.dry-run == 'false' }}
runs-on: ubuntu-24.04
needs: [commit-changelog-and-release-github]
Expand Down

0 comments on commit 7dca366

Please sign in to comment.