Skip to content

Commit

Permalink
Minor naming fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov authored Jun 13, 2024
1 parent 9ce2bfe commit 8e513a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

publish-to-pypi-grr-response-core:
name: Publish grr-response-test to PyPI
name: Publish grr-response-core to PyPI
needs:
- build-pypi-packages
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

publish-to-pypi-grr-response-client-builder:
name: Publish grr-response-test to PyPI
name: Publish grr-response-client-builder to PyPI
needs:
- build-pypi-packages
runs-on: ubuntu-22.04
Expand All @@ -152,7 +152,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

publish-to-pypi-grr-response-server:
name: Publish grr-response-test to PyPI
name: Publish grr-response-server to PyPI
needs:
- build-pypi-packages
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 8e513a6

Please sign in to comment.