Skip to content

Commit 5c4cf49

Browse files
committed
ci: investigate automated conda upload issues
1 parent 6848cf4 commit 5c4cf49

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci_conda_publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ jobs:
8181
- name: Upload Conda Artifact
8282
env:
8383
ANACONDA_TOKEN = ${{ secrets.ANACONDA_TOKEN }}
84-
ANACONDA_USER = ${{ secrets.ANACONDA_USER }}
8584
shell: bash -el {0}
8685
run: |
87-
anaconda login --user "$ANACONDA_USER"
88-
anaconda upload --user "$ANACONDA_USER" "$CONDA_ART"
89-
# TODO - haven't been able to get the login working. Needs fixing
86+
anaconda login --token "$ANACONDA_TOKEN"
87+
anaconda upload -u nhs "$CONDA_ART"

0 commit comments

Comments
 (0)