From 0798c3565d16256caaf629d5e6e9ce1ba3cd2950 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 7 Mar 2025 11:10:23 -0600 Subject: [PATCH] Fix `PyPI` typo in publish workflow (#12051) --- .github/workflows/publish-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/*