-
Notifications
You must be signed in to change notification settings - Fork 17
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
Combine wheels-pure-publish and wheels-manylinux-publish #78
Comments
@wence- and I noticed while working on this that the scripts rapids-twine and rapids-twine-new are essentially the same. We're just going to use |
Yes, those two are essentially the same and I was planning on cleaning that up once the dust settled on the current set of in-progress updates to shared workflows and the containers. |
Resolves #78 --------- Co-authored-by: AJ Schmidt <[email protected]> Co-authored-by: Rick Ratzel <[email protected]> Co-authored-by: Vyas Ramasubramani <[email protected]>
These two scripts are nearly identical and should be fairly trivial to combine. Currently the only repository making use of the
wheels-pure-publish
workflow is cudf, and only for dask-cudf. Therefore, I would suggest simply trying to use wheels-manylinux-publish in thedask-cudf
workflow, and if that works, switch over the cudf repo to do that and then we can delete the wheels-pure-publish workflow.Once the two are combined, we should also consider renaming to just
wheels-publish
.The text was updated successfully, but these errors were encountered: