Skip to content

Commit

Permalink
Conda mk3 (#15)
Browse files Browse the repository at this point in the history
* Moving channel specification to conda incubator

* bump version to 0.2.3
  • Loading branch information
williamjameshandley authored Apr 9, 2024
1 parent 51d1c2e commit 4ea841d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,13 @@ jobs:
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
channels: conda-forge,handley-lab
- name: install dependencies
shell: bash -el {0}
run: conda install grayskull conda-build anaconda-client
- 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 "channels:" >> unimpeded/meta.yaml
echo " - 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.2
:Version: 0.2.3
: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.2"
__version__ = "0.2.3"

0 comments on commit 4ea841d

Please sign in to comment.