Skip to content

Commit a43b79c

Browse files
committed
Update the Conda package release workflow to account for the new Conda format
1 parent 42957ea commit a43b79c

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
@@ -201,9 +201,9 @@ jobs:
201201
if [[ "$ANACONDA_CHANNEL" == "khiops" ]]
202202
then
203203
anaconda --token "${{ secrets.KHIOPS_ANACONDA_CHANNEL_TOKEN }}" upload \
204-
--user "$ANACONDA_CHANNEL" ./khiops-conda/noarch/*.tar.bz2
204+
--user "$ANACONDA_CHANNEL" ./khiops-conda/noarch/*.conda
205205
# For the dev channel: upload with forcing
206206
else
207207
anaconda --token "${{ secrets.KHIOPS_DEV_ANACONDA_CHANNEL_TOKEN }}" upload \
208-
--user "$ANACONDA_CHANNEL" --force ./khiops-conda/noarch/*.tar.bz2
208+
--user "$ANACONDA_CHANNEL" --force ./khiops-conda/noarch/*.conda
209209
fi

0 commit comments

Comments
 (0)