Fix anaconda upload

This commit is contained in:
usov_i 2024-09-08 15:54:57 +02:00
parent 9b33f1152b
commit c3398ef4e5

View File

@ -40,6 +40,7 @@ publish-job:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- conda activate base
- anaconda --token $ANACONDA_TOKEN upload $(conda build ./conda-recipe --output) - anaconda --token $ANACONDA_TOKEN upload $(conda build ./conda-recipe --output)
cleanup-job: cleanup-job: