Skip to content

Commit

Permalink
Build and upload from the right platforms
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
danpetry committed May 10, 2024
1 parent 04daca3 commit 896f381
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore

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

4 changes: 4 additions & 0 deletions abs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# without this, only the linux-64 noarch package will be uploaded
# which is not what we want
noarch_upload:
- [linux-64, win-64]
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source:
build:
number: 0
noarch: generic
skip: true # [osx or (linux and s390x)]

requirements:
run:
Expand Down

0 comments on commit 896f381

Please sign in to comment.