Skip to content

Commit fa7619c

Browse files
committed
Use repo_helper to make conda recipe
1 parent ffbd92d commit fa7619c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/travis_deploy_conda.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ if [ "$TRAVIS_PYTHON_VERSION" == 3.6 ]; then
88
echo "Deferring building conda package because this is release"
99
else
1010

11-
python3 ./make_conda_recipe.py || exit 1
11+
python3 -m pip install repo_helper || exit 1
12+
python3 -m repo_helper make-recipe || exit 1
1213

1314
# Switch to miniconda
1415
source "/home/travis/miniconda/etc/profile.d/conda.sh"

0 commit comments

Comments
 (0)