From 2ad03745615128c471f983f69272f2058686c13c Mon Sep 17 00:00:00 2001 From: "Harlow, Jordan" Date: Thu, 21 Aug 2025 09:05:25 -0600 Subject: [PATCH] fix: use conda-recipe instead of recipe dir --- .github/workflows/conda-package.yml | 2 +- {recipe => conda-recipe}/LICENSE.txt | 0 {recipe => conda-recipe}/meta.yaml | 0 {recipe => conda-recipe}/post-link.sh | 0 {recipe => conda-recipe}/pre-unlink.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {recipe => conda-recipe}/LICENSE.txt (100%) rename {recipe => conda-recipe}/meta.yaml (100%) rename {recipe => conda-recipe}/post-link.sh (100%) rename {recipe => conda-recipe}/pre-unlink.sh (100%) diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index ae7eb9d..1ab198a 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -37,7 +37,7 @@ jobs: CHANNELS="-c conda-forge --override-channels" conda build \ $CHANNELS \ - recipe + conda-recipe - name: Upload artifact uses: actions/upload-artifact@v4.6.2 diff --git a/recipe/LICENSE.txt b/conda-recipe/LICENSE.txt similarity index 100% rename from recipe/LICENSE.txt rename to conda-recipe/LICENSE.txt diff --git a/recipe/meta.yaml b/conda-recipe/meta.yaml similarity index 100% rename from recipe/meta.yaml rename to conda-recipe/meta.yaml diff --git a/recipe/post-link.sh b/conda-recipe/post-link.sh similarity index 100% rename from recipe/post-link.sh rename to conda-recipe/post-link.sh diff --git a/recipe/pre-unlink.sh b/conda-recipe/pre-unlink.sh similarity index 100% rename from recipe/pre-unlink.sh rename to conda-recipe/pre-unlink.sh