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 839ef6d commit 5467454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
conda build conda/ --old-build-string
# List built .tar.bz2 and .conda packages
BUILT_PACKAGES=$(find $CONDA_BLD_PATH/noarch/ -type f \( -name "*.tar.bz2" -o -name "*.conda" \))
BUILT_PACKAGES=$(find $CONDA_BLD_PATH -type f \( -name "*.tar.bz2" -o -name "*.conda" \))
echo "Built packages:"
echo $BUILT_PACKAGES
Expand All @@ -171,6 +171,7 @@ jobs:
anaconda -t ${{ secrets.ANACONDA_CLOUD }} upload -u $USER $PACKAGE --force
done


testconda:
name: (${{ matrix.python-version }}, ${{ matrix.os }})
Expand Down

0 comments on commit 5467454

Please sign in to comment.