We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6c19f commit 2c6ccd0Copy full SHA for 2c6ccd0
.github/workflows/conda.yml
@@ -240,9 +240,9 @@ jobs:
240
if [[ "$ANACONDA_CHANNEL" == "khiops" ]]
241
then
242
anaconda --token "${{ secrets.KHIOPS_ANACONDA_CHANNEL_TOKEN }}" upload \
243
- --user "$ANACONDA_CHANNEL" ./khiops-conda/noarch/*.tar.bz2
+ --user "$ANACONDA_CHANNEL" ./khiops-conda/noarch/*.conda
244
# For the dev channel: upload with forcing
245
else
246
anaconda --token "${{ secrets.KHIOPS_DEV_ANACONDA_CHANNEL_TOKEN }}" upload \
247
- --user "$ANACONDA_CHANNEL" --force ./khiops-conda/noarch/*.tar.bz2
+ --user "$ANACONDA_CHANNEL" --force ./khiops-conda/noarch/*.conda
248
fi
0 commit comments