Skip to content

Commit 4ea841d

Browse files
Conda mk3 (handley-lab#15)
* Moving channel specification to conda incubator * bump version to 0.2.3
1 parent 51d1c2e commit 4ea841d

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

unimpeded/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)