Fix `PyPI` typo in publish workflow (#12051)

This commit is contained in:
Zanie Blue 2025-03-07 11:10:23 -06:00 committed by GitHub
parent 8fb616b61e
commit 0798c3565d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
pattern: wheels_uv-*
path: wheels_uv
merge-multiple: true
- name: Publish to PyPi
- name: Publish to PyPI
run: uv publish -v wheels_uv/*
pypi-publish-uv-build:
@ -47,5 +47,5 @@ jobs:
pattern: wheels_uv_build-*
path: wheels_uv_build
merge-multiple: true
- name: Publish to PyPi
- name: Publish to PyPI
run: uv publish -v wheels_uv_build/*