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 42957ea commit a43b79cCopy full SHA for a43b79c
.github/workflows/conda.yml
@@ -201,9 +201,9 @@ jobs:
201
if [[ "$ANACONDA_CHANNEL" == "khiops" ]]
202
then
203
anaconda --token "${{ secrets.KHIOPS_ANACONDA_CHANNEL_TOKEN }}" upload \
204
- --user "$ANACONDA_CHANNEL" ./khiops-conda/noarch/*.tar.bz2
+ --user "$ANACONDA_CHANNEL" ./khiops-conda/noarch/*.conda
205
# For the dev channel: upload with forcing
206
else
207
anaconda --token "${{ secrets.KHIOPS_DEV_ANACONDA_CHANNEL_TOKEN }}" upload \
208
- --user "$ANACONDA_CHANNEL" --force ./khiops-conda/noarch/*.tar.bz2
+ --user "$ANACONDA_CHANNEL" --force ./khiops-conda/noarch/*.conda
209
fi
0 commit comments