Skip to content

Commit

Permalink
updated to use fcakyon/conda-publish-action@v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shankarpandala committed Nov 2, 2024
1 parent accc840 commit a28725a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ jobs:
- name: Build Conda Package
run: conda-build conda-recipe

- name: Upload Conda Package
env:
ANACONDA_USERNAME: ${{ secrets.ANACONDA_USERNAME }}
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
anaconda login --username $ANACONDA_USERNAME --password $ANACONDA_TOKEN
anaconda upload /home/runner/work/lazypredict/lazypredict/conda-bld/noarch/*.tar.bz2
- name: publish-to-conda
uses: fcakyon/conda-publish-action@v1.3
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'win osx linux'

0 comments on commit a28725a

Please sign in to comment.