Skip to content

Commit

Permalink
Add conda-forge to conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 23, 2024
1 parent 780d98a commit cc86118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VERSION=$(python -c "import $PACKAGE; print($PACKAGE._version.__version__)")
export VERSION

# conda config --env --set conda_build.pkg_format 2
conda build scripts/conda/recipe --no-anaconda-upload --no-verify
conda build scripts/conda/recipe --no-anaconda-upload --no-verify -c conda-forge

# mv "$CONDA_PREFIX/conda-bld/noarch/$PACKAGE-$VERSION-py_0.conda" dist
mv "$CONDA_PREFIX/conda-bld/noarch/$PACKAGE-$VERSION-py_0.tar.bz2" dist

0 comments on commit cc86118

Please sign in to comment.