File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,13 @@ inputs:
5
5
description : ' Anaconda repository'
6
6
required : true
7
7
default : ' mantidimaging'
8
- repository-old :
9
- description : ' Anaconda repository - old'
10
- required : true
11
- default : ' mantid'
12
8
label :
13
9
description : ' Label'
14
10
required : false
15
11
default : ' unstable'
16
12
token :
17
13
description : ' Anaconda API Token'
18
14
required : true
19
- token-old :
20
- description : ' Anaconda API Token - old'
21
- required : true
22
15
23
16
description : Build conda package
24
17
runs :
46
39
# if the upload silently fails - check the token expiration. Conda can fail silently!
47
40
conda mambabuild $GITHUB_WORKSPACE/conda
48
41
anaconda -t ${{ inputs.token }} upload --user ${{ inputs.repository }} --label ${{ inputs.label }} ${CONDA_PREFIX}/conda-bld/*/mantidimaging*.tar.bz2 |& tee upload.log
49
- anaconda -t ${{ inputs.token-old }} upload --user ${{ inputs.repository-old }} --label ${{ inputs.label }} ${CONDA_PREFIX}/conda-bld/*/mantidimaging*.tar.bz2
50
42
# Check that upload completed
51
43
grep "Upload complete" upload.log
Original file line number Diff line number Diff line change @@ -152,4 +152,3 @@ jobs:
152
152
with :
153
153
label : unstable
154
154
token : ${{ secrets.ANACONDA_API_TOKEN_MANTIDIMAGING }}
155
- token-old : ${{ secrets.ANACONDA_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -139,4 +139,3 @@ jobs:
139
139
with :
140
140
label : unstable
141
141
token : ${{ secrets.ANACONDA_API_TOKEN_MANTIDIMAGING }}
142
- token-old : ${{ secrets.ANACONDA_API_TOKEN }}
Original file line number Diff line number Diff line change
1
+ #2763: Only publish on https://anaconda.org/mantidimaging/mantidimaging
You can’t perform that action at this time.
0 commit comments