diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 7282237..0dbf75f 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -29,7 +29,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: artifact-{{ matrix.os }} + name: artifact-${{ matrix.os }} path: ./wheelhouse/*.whl build-sdist: