Skip to content

Commit

Permalink
Conda install (#13)
Browse files Browse the repository at this point in the history
* Added handley-lab channel to conda build

* bump version to 0.2.1
  • Loading branch information
williamjameshandley authored Apr 9, 2024
1 parent 0d54adb commit 4df5291
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
- name: Generate meta.yaml from grayskull
shell: bash -el {0}
run: grayskull pypi --strict-conda-forge unimpeded
- name: Update the meta.yaml
shell: bash -el {0}
run: echo "\nchannels:\n - handley-lab" >> unimpeded/meta.yaml
- name: Build and upload the conda packages
uses: uibcdf/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ unimpeded: Universal model comparison & parameter estimation distributed over ev
===========================================================================================
:unimpeded: Universal model comparison & parameter estimation distributed over every dataset
:Author: Will Handley
:Version: 0.2.0
:Version: 0.2.1
:Homepage: https://github.com/handley-lab/unimpeded
:Documentation: http://unimpeded.readthedocs.io/

Expand Down
2 changes: 1 addition & 1 deletion unimpeded/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 4df5291

Please sign in to comment.