Skip to content

Commit

Permalink
refactor workflow to build conda package directly and clean up unused…
Browse files Browse the repository at this point in the history
… steps
  • Loading branch information
shankarpandala committed Nov 2, 2024
1 parent afa7f01 commit 239e172
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,11 @@ jobs:
- name: Install Conda Build Tool
run: conda install -y conda-build

# - name: Verify Conda Build Installation
# run: which conda-build

# - name: Build Conda Package
# run: conda-build conda-recipe
- name: Build Conda Package
run: conda-build .

- name: publish-to-conda
uses: fcakyon/conda-publish-action@v1.3
with:
subdir: 'conda'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'win osx linux'
platforms: 'win osx linux'

0 comments on commit 239e172

Please sign in to comment.