Skip to content

Commit 5a26a1e

Browse files
committed
chore: fix publish package step name
1 parent 814ddb2 commit 5a26a1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "RELEASE_NOTES_CONTENT=$NOTES" >> $GITHUB_ENV
5353
5454
55-
- name: Publish distribution to GCP Artifact Registry
55+
- name: Publish distribution to PyPi
5656
shell: bash
5757
env:
5858
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)