Skip to content
Open

V1 #55

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .ci_support/linux_64_python3.10.____cpythonvariantnovtk.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/linux_64_python3.11.____cpythonvariantall.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/linux_64_python3.11.____cpythonvariantnovtk.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/linux_64_python3.12.____cpythonvariantall.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/linux_64_python3.13.____cp313variantall.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/linux_64_python3.13.____cp313variantnovtk.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/linux_64_python3.14.____cp314variantall.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/linux_64_python3.14.____cp314variantnovtk.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
target_platform:
- linux-64
variant:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
target_platform:
- linux-64
variant:
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 2 additions & 42 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,52 +22,12 @@ jobs:
max-parallel: 50
matrix:
include:
- CONFIG: linux_64_python3.10.____cpythonvariantall
- CONFIG: linux_64_variantall
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.10.____cpythonvariantnovtk
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.11.____cpythonvariantall
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.11.____cpythonvariantnovtk
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.12.____cpythonvariantall
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.12.____cpythonvariantnovtk
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.13.____cp313variantall
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.13.____cp313variantnovtk
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.14.____cp314variantall
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_64_python3.14.____cp314variantnovtk
- CONFIG: linux_64_variantnovtk
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
Expand Down
26 changes: 11 additions & 15 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading