We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa7f01 commit 239e172Copy full SHA for 239e172
.github/workflows/publish.yml
@@ -53,15 +53,11 @@ jobs:
53
- name: Install Conda Build Tool
54
run: conda install -y conda-build
55
56
- # - name: Verify Conda Build Installation
57
- # run: which conda-build
58
-
59
- # - name: Build Conda Package
60
- # run: conda-build conda-recipe
+ - name: Build Conda Package
+ run: conda-build .
61
62
- name: publish-to-conda
63
uses: fcakyon/[email protected]
64
with:
65
- subdir: 'conda'
66
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
67
- platforms: 'win osx linux'
+ platforms: 'win osx linux'
0 commit comments