Build and upload conda packages from existing git repositories using rattler-build. Use this for creating recipes, building artifacts, and publishing to channels (including prefix.dev private channels).
Use this skill to package existing repositories into conda artifacts and publish them.
rattler-build installed.Always build locally before pushing to avoid CI failures.
# In this skill directory
./generate-git-recipe.sh https://github.com/org/repo.git --name my-package --version 0.1.0 --rev v0.1.0 --output recipe.yaml
Then edit recipe.yaml.
tests, not testTop-level key must be tests: