diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index b124dd4..5c2a7f6 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -66,5 +66,5 @@ jobs: run: python3 -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4 with: -+ name: wheel-cp${{ matrix.python }}-${{ matrix.platform_id }} + name: wheel-cp${{ matrix.python }}-${{ matrix.platform_id }} path: ./wheelhouse/*.whl