File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,17 +109,13 @@ jobs:
109109 auto-update-conda : false
110110 auto-activate-base : false
111111 show-channel-urls : true
112+ channels : conda-forge,handley-lab
112113 - name : install dependencies
113114 shell : bash -el {0}
114115 run : conda install grayskull conda-build anaconda-client
115116 - name : Generate meta.yaml from grayskull
116117 shell : bash -el {0}
117118 run : grayskull pypi --strict-conda-forge unimpeded
118- - name : Update the meta.yaml
119- shell : bash -el {0}
120- run : |
121- echo "channels:" >> unimpeded/meta.yaml
122- echo " - handley-lab" >> unimpeded/meta.yaml
123119 - name : Build and upload the conda packages
124120 uses : uibcdf/action-build-and-upload-conda-packages@v1.2.0
125121 with :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ unimpeded: Universal model comparison & parameter estimation distributed over ev
33===========================================================================================
44:unimpeded: Universal model comparison & parameter estimation distributed over every dataset
55:Author: Will Handley
6- :Version: 0.2.2
6+ :Version: 0.2.3
77:Homepage: https://github.com/handley-lab/unimpeded
88:Documentation: http://unimpeded.readthedocs.io/
99
Original file line number Diff line number Diff line change 1- __version__ = "0.2.2 "
1+ __version__ = "0.2.3 "
You can’t perform that action at this time.
0 commit comments