Skip to content

Commit

Permalink
add dev conda package publish step on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
joshburt committed Aug 23, 2024
1 parent f1881f5 commit 2c4e94c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ jobs:
run: |
mkdir build
conda build conda-recipe --output-folder build
- name: Publish Conda Package (Dev Build)
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
anaconda --verbose --token $ANACONDA_TOKEN upload --user ae5-admin --label dev build/noarch/mlflow-adsp-*.tar.bz2 --force

0 comments on commit 2c4e94c

Please sign in to comment.