Skip to content

Commit afa7f01

Browse files
updated publish to conda
1 parent a28725a commit afa7f01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +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
56+
# - name: Verify Conda Build Installation
57+
# run: which conda-build
5858

59-
- name: Build Conda Package
60-
run: conda-build conda-recipe
59+
# - name: Build Conda Package
60+
# run: conda-build conda-recipe
6161

6262
- name: publish-to-conda
6363
uses: fcakyon/[email protected]

0 commit comments

Comments
 (0)