8000 BLD: Upload wheel artifacts separately [wheel build] · rjeb/numpy@735de89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 735de89

Browse files
committed
BLD: Upload wheel artifacts separately [wheel build]
1 parent 7262b9c commit 735de89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,5 @@ jobs:
123123

124124
- uses: actions/upload-artifact@v2
125125
with:
126+
name: ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
126127
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)
0