Skip to content

Commit 18e46fe

Browse files
committed
newer upload action requires unique names
1 parent 851557f commit 18e46fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/posix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ jobs:
126126
127127
- uses: actions/[email protected]
128128
with:
129-
name: openblas
129+
name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}
130130
path: libs/openblas*.tar.gz
131131

132132
- uses: actions/[email protected]
133133
with:
134-
name: wheels
134+
name: wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}
135135
path: dist/scipy_openblas*.whl
136136

137137
- uses: conda-incubator/[email protected]

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ jobs:
126126

127127
- uses: actions/[email protected]
128128
with:
129-
name: openblas
129+
name: openblas-${{matrix.plat }}-${{ matrix.INTERFACE64 }}
130130
path: builds/openblas*.zip
131131

132132
- uses: actions/[email protected]
133133
with:
134-
name: wheels
134+
name: wheels-${{matrix.plat }}-${{ matrix.INTERFACE64 }}
135135
path: dist/scipy_openblas*.whl
136136

137137
- name: Test 64-bit interface wheel

0 commit comments

Comments
 (0)