Skip to content

Commit

Permalink
Add conda-forge channel
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Borreguero <[email protected]>
  • Loading branch information
peterfpeterson and jmborr authored Aug 3, 2024
1 parent 7ed91f0 commit 88c815d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cd conda.recipe
echo "versioningit $(versioningit ../)"
# build the package
VERSION=$(versioningit ../) conda mambabuild --output-folder . .
VERSION=$(versioningit ../) conda mambabuild -c conda-forge --output-folder . .
conda verify noarch/finddata*.tar.bz2
- name: upload conda package to anaconda
shell: bash -l {0}
Expand Down

0 comments on commit 88c815d

Please sign in to comment.