https://github.com/prefix-dev/rattler-build
rattler-build build --recipe rattler-build-base-recipe/recipe.yaml --output-dir /tmp/rattler-build
rattler-build build --recipe rattler-build-recipe/recipe.yaml --channel https://COMPANY.jfrog.io/artifactory/api/conda/conda/COMPANY --channel https://COMPANY.jfrog.io/artifactory/api/conda/conda --output-dir /tmp/rattler-build
context:
name: "PACKAGE"
version: "2024.10.10"
package:
name: "PACKAGE-base"
version: "2024.10.10"
source:
path: ../
build:
number: 0
noarch: python
script: "python -m pip install . -vvv"
requirements:
host:
- python >=3.12
- pip
- setuptools
run:
- python >=3.12
tests:
- python:
imports:
- "PACKAGE"
about:
homepage: "URL"
summary: "SUMMARY"