diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 685a95a7a..21e18d684 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -50,6 +50,6 @@ jobs: path: wheels_uv_build merge-multiple: true - name: Remove wheels unsupported by PyPI - run: rm wheels_uv/*loong* + run: rm wheels_uv_build/*loong* - name: Publish to PyPI run: uv publish -v wheels_uv_build/*