Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable publishing C++ wheels #209

Merged
merged 1 commit into from
May 3, 2024
Merged

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented May 3, 2024

This adapts the shared workflow for publishing for the support for cpp wheels added in rapidsai/gha-tools#105.

@vyasr vyasr self-assigned this May 3, 2024
@vyasr vyasr merged commit feac1df into branch-24.06 May 3, 2024
@vyasr vyasr deleted the feat/publish_cpp_wheels branch May 3, 2024 21:00
rapids-bot bot pushed a commit to rapidsai/rmm that referenced this pull request May 3, 2024
#1529 added new C++ wheels, but I forgot to update build.yaml there.

Depends on rapidsai/shared-workflows#209.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Ray Douglass (https://github.com/raydouglass)

URL: #1554
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Aug 23, 2024
…lishing (#16650)

Follow-up to #15483.

Contributes to rapidsai/build-planning#33

Wheel publishing for `libcudf` is failing like this:

```text
Error:  File "./dist/*.whl" does not exist
```

([build link](https://github.com/rapidsai/cudf/actions/runs/10528569930/job/29176811683))

Because the `package-type` was not set to `cpp` in the `wheels-publish` CI workflow, and that workflow defaults to `python`. ([shared-workflows code link](https://github.com/rapidsai/shared-workflows/blob/157e9824e6e2181fca9aa5c4bea4defd4cc322b0/.github/workflows/wheels-publish.yaml#L23-L26)).

This fixes that, and makes that choice explicit for all wheel publishing jobs.

References for this `package-type` argument:

* rapidsai/shared-workflows#209
* rapidsai/gha-tools#105

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Bradley Dice (https://github.com/bdice)

URL: #16650
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants