Skip to content

ci: drop Conda publishing support#2

Closed
Skn0tt wants to merge 1 commit into
mainfrom
skn0tt/drop-conda-publishing
Closed

ci: drop Conda publishing support#2
Skn0tt wants to merge 1 commit into
mainfrom
skn0tt/drop-conda-publishing

Conversation

@Skn0tt

@Skn0tt Skn0tt commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Removes the Conda package build and publish pipeline. PyPI publishing is unaffected — it's handled separately by .azure-pipelines/publish.yml (ESRP release).

Changes

  • Delete .github/workflows/publish.yml — it only contained the deploy-conda job, so the whole file is removed.
  • Delete conda recipe files: meta.yaml, conda_build_config_linux_aarch64.yaml, conda_build_config_osx_arm64.yaml.
  • Remove the build-conda job from .github/workflows/ci.yml (it validated the now-deleted recipe).
  • Remove the Anaconda version badge from the README.md title.

Verification

  • git grep -i conda returns no matches.
  • ci.yml still parses (check yaml pre-commit hook passed); the test_examples job that followed build-conda is intact.

Scope is CI/packaging only — no Python source or tests touched.

Remove the Conda package build and publish pipeline. PyPI publishing is
unaffected (handled by .azure-pipelines/publish.yml).

- Delete .github/workflows/publish.yml (only held the deploy-conda job)
- Delete meta.yaml and conda_build_config_*.yaml recipes
- Remove the build-conda job from CI
- Drop the Anaconda badge from README

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Skn0tt

Skn0tt commented Jun 8, 2026

Copy link
Copy Markdown
Owner Author

Superseded by microsoft#3091 — retargeting to the upstream repo.

@Skn0tt Skn0tt closed this Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant