Commit 333ac65
fix(ci): use env var for anaconda token instead of CLI arg
Newer anaconda-client versions reject the --token CLI argument with
"invalid file_or_token value". Switch to ANACONDA_API_TOKEN env var
which is recognized automatically by both anaconda-client and
conda-build, bypassing the stricter CLI validation.
Co-authored-by: Claude <claude@anthropic.com>1 parent 873e596 commit 333ac65
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
0 commit comments