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 1f6b1ee commit d3ed8a4
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"
conda run -n pyepo-build anaconda upload --user pyepo $CONDA_BLD_PATHd/*/*.tar.bz2
conda install -n pyepo-build anaconda-client --yes
conda run -n pyepo-build anaconda upload --user pyepo $CONDA_BLD_PATH/*/*.tar.bz2

0 comments on commit d3ed8a4

Please sign in to comment.