Skip to content

Commit

Permalink
Fix conda_build_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Dec 18, 2024
1 parent fd6b8da commit 839ef6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,12 @@ jobs:
# List built .tar.bz2 and .conda packages
BUILT_PACKAGES=$(find $CONDA_BLD_PATH/noarch/ -type f \( -name "*.tar.bz2" -o -name "*.conda" \))
echo "Built packages:"
echo $BUILT_PACKAGES
# Upload each valid package
for PACKAGE in $BUILT_PACKAGES; do
echo "Uploading $PACKAGE"
anaconda -t ${{ secrets.ANACONDA_CLOUD }} upload -u $USER $PACKAGE --force
done
Expand Down

0 comments on commit 839ef6d

Please sign in to comment.