-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpixi.toml
34 lines (28 loc) · 1.01 KB
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yml and/or the recipe/meta.yaml.
# -*- mode: toml -*-
[project]
name = "df2gspread-feedstock"
version = "3.45.1"
description = "Pixi configuration for conda-forge/df2gspread-feedstock"
authors = ["@conda-forge/df2gspread"]
channels = ["conda-forge"]
platforms = ['linux-64', 'osx-64', 'win', 'win-64']
[dependencies]
conda-build = ">=24.1"
conda-forge-ci-setup = "4.*"
rattler-build = "*"
[tasks]
inspect-all = "inspect_artifacts --all-packages"
build = "rattler-build build --recipe recipe"
"build-linux_64_" = "rattler-build build --recipe recipe -m .ci_support/linux_64_.yaml"
"inspect-linux_64_" = "inspect_artifacts --recipe-dir recipe -m .ci_support/linux_64_.yaml"
[feature.smithy.dependencies]
conda-smithy = "*"
[feature.smithy.tasks]
build-locally = "python ./build-locally.py"
smithy = "conda-smithy"
rerender = "conda-smithy rerender"
lint = "conda-smithy lint recipe"
[environments]
smithy = ["smithy"]