Skip to content

Commit

Permalink
Don't upload libcudf-example to Anaconda.org (rapidsai#12671)
Browse files Browse the repository at this point in the history
When initially created, the GitHub Actions scripts that upload conda packages would upload all packages that were built indiscriminately.

As a result, the `libcudf-example` package has been uploading to Anaconda.org. It was not previously uploaded to Anaconda.org prior to migrating to GitHub Actions.

While this isn't a huge deal, I recently added some functionality ([here](rapidsai/shared-workflows#33)) that allows us to specify package names that shouldn't be uploaded to Anaconda.org in our workflows.

This PR adds the `libcudf-example` package to the list of packages that should not be uploaded to Anaconda.org

Authors:
   - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
   - Ray Douglass (https://github.com/raydouglass)
  • Loading branch information
ajschmidt8 authored Feb 1, 2023
1 parent 689cd62 commit 3c39be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
skip_upload_pkgs: libcudf-example
wheel-build-cudf:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux-build.yml@cuda-118
Expand Down

0 comments on commit 3c39be5

Please sign in to comment.