Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang authored Feb 14, 2024
1 parent 34419a9 commit da42cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
run: |
CONDA_BLD_PATH=$(conda info --json | jq -r '.conda_prefix')/conda-bld
echo "Conda build path: $CONDA_BLD_PATH"
find $CONDA_BLD_PATH -name "pyepo-*.tar.bz2" -print0 | xargs -0 -I {} anaconda upload --user pyepo {} {}
conda install anaconda-client --yes
anaconda upload --user pyepo $CONDA_BLD_PATHd/*/*.tar.bz2

0 comments on commit da42cd9

Please sign in to comment.