diff options
author | Thomas Li <47963215+lithomas1@users.noreply.github.com> | 2022-01-05 18:13:20 -0800 |
---|---|---|
committer | Thomas Li <47963215+lithomas1@users.noreply.github.com> | 2022-01-05 20:43:38 -0800 |
commit | 735de892ce516843500f980971fe41eb13374f74 (patch) | |
tree | d217518d40a564d9d8e2af8316508624e08aa12e /.github | |
parent | 7262b9cf9f1998caebdd6da6802e10f2a2d7669a (diff) | |
download | numpy-735de892ce516843500f980971fe41eb13374f74.tar.gz |
BLD: Upload wheel artifacts separately [wheel build]
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/wheels.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index afebe7f93..5d6e0fdcb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -123,4 +123,5 @@ jobs: - uses: actions/upload-artifact@v2 with: + name: ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }} path: ./wheelhouse/*.whl |