Skip to content

Commit 239e172

Browse files
refactor workflow to build conda package directly and clean up unused steps
1 parent afa7f01 commit 239e172

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,11 @@ jobs:
5353
- name: Install Conda Build Tool
5454
run: conda install -y conda-build
5555

56-
# - name: Verify Conda Build Installation
57-
# run: which conda-build
58-
59-
# - name: Build Conda Package
60-
# run: conda-build conda-recipe
56+
- name: Build Conda Package
57+
run: conda-build .
6158

6259
- name: publish-to-conda
6360
uses: fcakyon/[email protected]
6461
with:
65-
subdir: 'conda'
6662
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
67-
platforms: 'win osx linux'
63+
platforms: 'win osx linux'

0 commit comments

Comments
 (0)