diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d5760931..880184e1 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -43,7 +43,7 @@ jobs: - run: python -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.python }}-${{ matrix.os }} + name: cibw-wheels-${{ matrix.os }} path: wheelhouse/*.whl test: