diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9db6850..eeb12a3 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,8 +48,8 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: wheelhouse-${{ matrix.os }} - path: ./wheelhouse-${{ matrix.os }}/*.whl + name: wheelhouse-${{ matrix.python }}-${{ matrix.buildplat[0] }}-${{ matrix.buildplat[1] }} + path: ./wheelhouse-${{ matrix.python }}-${{ matrix.buildplat[0] }}-${{ matrix.buildplat[1] }}/*.whl build_sdist: runs-on: ubuntu-latest