Skip to content

Commit 2c6ccd0

Browse files
committed
Update the Conda package release workflow to account for the new Conda format
1 parent 8e6c19f commit 2c6ccd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ jobs:
240240
if [[ "$ANACONDA_CHANNEL" == "khiops" ]]
241241
then
242242
anaconda --token "${{ secrets.KHIOPS_ANACONDA_CHANNEL_TOKEN }}" upload \
243-
--user "$ANACONDA_CHANNEL" ./khiops-conda/noarch/*.tar.bz2
243+
--user "$ANACONDA_CHANNEL" ./khiops-conda/noarch/*.conda
244244
# For the dev channel: upload with forcing
245245
else
246246
anaconda --token "${{ secrets.KHIOPS_DEV_ANACONDA_CHANNEL_TOKEN }}" upload \
247-
--user "$ANACONDA_CHANNEL" --force ./khiops-conda/noarch/*.tar.bz2
247+
--user "$ANACONDA_CHANNEL" --force ./khiops-conda/noarch/*.conda
248248
fi

0 commit comments

Comments
 (0)