disable auto upload

This commit is contained in:
froejdh_e
2025-02-05 15:13:53 +01:00
parent 5a3ca2ae2d
commit fff536782b
3 changed files with 6 additions and 2 deletions

View File

@@ -36,6 +36,10 @@ jobs:
- name: Enable upload
if: github.ref == 'refs/heads/main'
run: conda config --set anaconda_upload yes
- name: Disable upload
if: github.ref == 'refs/heads/main'
run: conda config --set anaconda_upload no
- name: Build
env: