summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2022-01-14 12:09:45 +0200
committerGitHub <noreply@github.com>2022-01-14 12:09:45 +0200
commitae270c3346499e73693730050e0f0b2272bd7e5c (patch)
tree29b8ad2bbe5d191c8d6f2366e8068735bc1d9073
parent7191d9a4773d77205349ac151f84b72c0ffcf848 (diff)
parent735de892ce516843500f980971fe41eb13374f74 (diff)
downloadnumpy-ae270c3346499e73693730050e0f0b2272bd7e5c.tar.gz
Merge pull request #20747 from lithomas1/patch-2
BLD: Upload wheel artifacts separately [wheel build]
-rw-r--r--.github/workflows/wheels.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index b17b478ab..6a05c5830 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