diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 0001000..db9792e 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: pypi-artifacts-${{ matrix.os }}-${{ matrix.cibw_archs }} + name: pypi-artifacts-${{ matrix.os }}-${{ matrix.arch }} path: ${{ github.workspace }}/wheelhouse/*.whl