This commit is contained in:
froejdh_e 2025-02-05 15:16:16 +01:00
parent fff536782b
commit 1ba43b69d3

View File

@ -33,13 +33,15 @@ jobs:
- name: Prepare
run: conda install conda-build=24.9 conda-verify pytest anaconda-client
- name: Disable upload
run: conda config --set anaconda_upload no
- 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: