From 967275b3898e703f2461be8f05cea9d9dfac762d Mon Sep 17 00:00:00 2001 From: Dhananjhay Date: Fri, 8 May 2026 10:16:48 -0400 Subject: [PATCH 1/5] add hatchling backend to conda recipe --- .github/workflows/push_conda.yml | 2 +- recipe/meta.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_conda.yml b/.github/workflows/push_conda.yml index fc4f7d1..7fdb5f8 100644 --- a/.github/workflows/push_conda.yml +++ b/.github/workflows/push_conda.yml @@ -3,7 +3,7 @@ name: Build and Upload Conda Package on: push: - branches: [main] + branches: [main, djay/fix-conda-ci] # pull_request: # types: [opened, synchronize, reopened] workflow_dispatch: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c805abd..a57c014 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,7 +20,8 @@ build: requirements: host: - python - - poetry-core + - hatchling + - hatchling-build - pip run: - python >=3.9,<4.0 From f383084c7487b038a4f0d6cb7920e2d8f691f279 Mon Sep 17 00:00:00 2001 From: Dhananjhay Date: Fri, 8 May 2026 10:21:31 -0400 Subject: [PATCH 2/5] remove feature branch name from CI --- .github/workflows/push_conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_conda.yml b/.github/workflows/push_conda.yml index 7fdb5f8..fc4f7d1 100644 --- a/.github/workflows/push_conda.yml +++ b/.github/workflows/push_conda.yml @@ -3,7 +3,7 @@ name: Build and Upload Conda Package on: push: - branches: [main, djay/fix-conda-ci] + branches: [main] # pull_request: # types: [opened, synchronize, reopened] workflow_dispatch: From e18fcc7ed29361355d7d56a6ec0e00c7079f873b Mon Sep 17 00:00:00 2001 From: Dhananjhay Date: Fri, 8 May 2026 10:23:49 -0400 Subject: [PATCH 3/5] add feature branch name to the CI --- .github/workflows/push_conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_conda.yml b/.github/workflows/push_conda.yml index fc4f7d1..7fdb5f8 100644 --- a/.github/workflows/push_conda.yml +++ b/.github/workflows/push_conda.yml @@ -3,7 +3,7 @@ name: Build and Upload Conda Package on: push: - branches: [main] + branches: [main, djay/fix-conda-ci] # pull_request: # types: [opened, synchronize, reopened] workflow_dispatch: From 0d4ef16bbcf421c868e4897fe05ea05eeaa56b47 Mon Sep 17 00:00:00 2001 From: Dhananjhay Date: Fri, 8 May 2026 10:25:09 -0400 Subject: [PATCH 4/5] remove hatchling-build from conda recipe --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a57c014..717740d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -21,7 +21,6 @@ requirements: host: - python - hatchling - - hatchling-build - pip run: - python >=3.9,<4.0 From 379eeebb9119f7e2e606d534e082c4966df1d343 Mon Sep 17 00:00:00 2001 From: Dhananjhay Date: Fri, 8 May 2026 10:31:22 -0400 Subject: [PATCH 5/5] built succesfully: remove feature branch name from CI --- .github/workflows/push_conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_conda.yml b/.github/workflows/push_conda.yml index 7fdb5f8..fc4f7d1 100644 --- a/.github/workflows/push_conda.yml +++ b/.github/workflows/push_conda.yml @@ -3,7 +3,7 @@ name: Build and Upload Conda Package on: push: - branches: [main, djay/fix-conda-ci] + branches: [main] # pull_request: # types: [opened, synchronize, reopened] workflow_dispatch: