Skip to content

Commit

Permalink
Conda mk2 (#14)
Browse files Browse the repository at this point in the history
* Adjusted to deal with newlines correctly

* bump version to 0.2.2
  • Loading branch information
williamjameshandley authored Apr 9, 2024
1 parent 4df5291 commit 51d1c2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ jobs:
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
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.1
:Version: 0.2.2
: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.1"
__version__ = "0.2.2"

0 comments on commit 51d1c2e

Please sign in to comment.