From 2fae8d13e7fe590c7cac5b60d762770df9fdd11a Mon Sep 17 00:00:00 2001 From: Daniel Petry Date: Fri, 10 May 2024 16:49:22 -0500 Subject: [PATCH] Build and upload from the right platforms - build (and test) on all three CUDA supported platforms - upload only from linux-64 for linux packages - note this is handled in CI config files on conda-forge --- .gitignore | 1 + abs.yaml | 3 +++ recipe/meta.yaml | 1 + 3 files changed, 5 insertions(+) create mode 100644 abs.yaml diff --git a/.gitignore b/.gitignore index 179afe5..7e7e48d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Ignore all files and folders in root * !/conda-forge.yml +!/abs.yaml # Don't ignore any files/folders if the parent folder is 'un-ignored' # This also avoids warnings when adding an already-checked file with an ignored parent. diff --git a/abs.yaml b/abs.yaml new file mode 100644 index 0000000..45e3080 --- /dev/null +++ b/abs.yaml @@ -0,0 +1,3 @@ +# without this, only the linux-64 noarch package will be uploaded +# which is not what we want +noarch_upload: [linux-64, win-64] diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b1b5429..f9646e5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,6 +11,7 @@ source: build: number: 0 noarch: generic + skip: true # [osx or (linux and s390x)] requirements: run: