We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0118f69 commit 0a95c41Copy full SHA for 0a95c41
.github/workflows/release.yml
@@ -11,7 +11,7 @@ defaults:
11
12
jobs:
13
build_conda:
14
- name: Conda package build (${{ matrix.variant.target }}, py${{ matrix.python-version }})
+ name: Conda package build
15
runs-on: ubuntu-20.04
16
steps:
17
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
32
33
- uses: actions/upload-artifact@v2
34
with:
35
- name: conda-package-${{ matrix.variant.os }}-py${{ matrix.python-version }}
+ name: conda-package
36
path: conda/package/noarch/scippneutron*.tar.bz2
37
38
build_sdist:
0 commit comments