File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
workflow_dispatch :
13
13
14
14
15
- name : " Build Conda"
15
+ name : " Conda Packages "
16
16
17
17
concurrency :
18
18
group : ${{ github.workflow }}-${{ github.ref_name }}
40
40
echo "Generated matrix: $MATRIX_JSON"
41
41
echo "version_matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT
42
42
43
- build-conda-package :
43
+ build :
44
44
needs : generate-version
45
45
env :
46
46
REPO_NAME : " prefix-dev/pixi-build-backends"
77
77
name : conda-packages-${{ matrix.bins.bin }}-${{ env.TARGET_PLATFORM }}
78
78
path : ${{ runner.temp }}/**/*.conda
79
79
80
- aggregate-conda-packages :
81
- needs : build-conda-package
80
+ aggregate :
81
+ needs : build
82
82
runs-on : ubuntu-latest
83
83
steps :
84
84
- name : Download all conda package artifacts
97
97
name : conda-packages-zip
98
98
path : conda-packages.zip
99
99
100
- upload-packages :
101
- needs : aggregate-conda-packages
100
+ upload :
101
+ needs : aggregate
102
102
runs-on : ubuntu-latest
103
103
if : ${{ startsWith(github.ref, 'refs/tags') && github.repository == 'prefix-dev/pixi-build-backends' }}
104
104
steps :
You can’t perform that action at this time.
0 commit comments