mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-21 14:20:02 +02:00
fix
This commit is contained in:
parent
fff536782b
commit
1ba43b69d3
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user