diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 090287c45..24a06b78f 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -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/*