Skip to content

Commit 41f08ec

Browse files
Change conda build recipe path in workflow
Updated conda build command to use new recipe path.
1 parent 53a2755 commit 41f08ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda_build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: conda build
3131
run: >
32-
conda build -c conda-forge -c ccpi --python=3.13 --output-folder dist recipe
32+
conda build -c conda-forge -c ccpi --python=3.13 --output-folder dist Wrappers/Python/conda-recipe
3333
3434
- name: Upload conda package as artifact
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)