diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index f6e4b1b4a..7897aa245 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -28,8 +28,6 @@ jobs: pattern: wheels_uv-* path: wheels_uv merge-multiple: true - - name: Remove wheels unsupported by PyPI - run: rm wheels_uv/*riscv* - name: Publish to PyPI run: uv publish -v wheels_uv/* @@ -49,7 +47,5 @@ jobs: pattern: wheels_uv_build-* path: wheels_uv_build merge-multiple: true - - name: Remove wheels unsupported by PyPI - run: rm wheels_uv_build/*riscv* - name: Publish to PyPI run: uv publish -v wheels_uv_build/*