Skip to content

Commit b3dbe92

Browse files
committed
Update to use conda-build
1 parent f358202 commit b3dbe92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
if [ "${GITHUB_REF_TYPE:-}" = "tag" ]; then
5353
echo "Tag push (${GITHUB_REF_NAME}); enabling upload."
5454
conda config --set anaconda_upload yes
55-
conda build -m conda.recipe/variant.yaml -c cadwr-dms -c conda-forge \
55+
conda-build -m conda.recipe/variant.yaml -c cadwr-dms -c conda-forge \
5656
--user cadwr-dms --token "$ANACONDA_CHANNEL_UPLOAD_TOKEN" conda.recipe
5757
else
5858
echo "Branch push (${GITHUB_REF_NAME}); building without upload."
5959
conda config --set anaconda_upload no
60-
conda build -m conda.recipe/variant.yaml -c cadwr-dms -c conda-forge conda.recipe
60+
conda-build -m conda.recipe/variant.yaml -c cadwr-dms -c conda-forge conda.recipe
6161
fi
6262
6363

0 commit comments

Comments
 (0)