Skip to content

Commit

Permalink
Merge pull request #35 from anaconda/chore/update-release-step-name
Browse files Browse the repository at this point in the history
tidy: Update step name to reflect publish-only nature
  • Loading branch information
mattkram authored Feb 28, 2025
2 parents 9ee07bb + b2e9372 commit 2f88aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
./dist/*.whl
publish-to-pypi:
name: Build & publish to PyPI
name: Publish to PyPI
# Only publish to PyPI if a tagged release
if: startsWith(github.event.ref, 'refs/tags/v')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f88aa1

Please sign in to comment.