Skip to content

Commit 0a95c41

Browse files
authored
Remove outdated refs to build matrix
1 parent 0118f69 commit 0a95c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111

1212
jobs:
1313
build_conda:
14-
name: Conda package build (${{ matrix.variant.target }}, py${{ matrix.python-version }})
14+
name: Conda package build
1515
runs-on: ubuntu-20.04
1616
steps:
1717
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/upload-artifact@v2
3434
with:
35-
name: conda-package-${{ matrix.variant.os }}-py${{ matrix.python-version }}
35+
name: conda-package
3636
path: conda/package/noarch/scippneutron*.tar.bz2
3737

3838
build_sdist:

0 commit comments

Comments
 (0)