jorisvandenbossche commented on issue #40216: URL: https://github.com/apache/arrow/issues/40216#issuecomment-2288273563
> As far as I understand we need to create a workflow similiar to `r_nightly.yml` that collects the pyarrow wheels from crossbow and then uploads them to the anaconda channel using the new secret. For uploading the wheels, we currently have the `github_upload_gemfury` github actions macro, that is used to upload the built nightly wheels directly from the jobs building and testing them, for example at https://github.com/apache/arrow/blob/712cfe6d84bd344cfe57a1e4c791f8a4d052c76d/dev/tasks/python-wheels/github.linux.yml#L108 We could do this with a similar approach adding an extra macro to upload the wheels to anaconda.org? Or @assignUser is there a reason for (or advantage to) using an approach like `r_nightly.yml` collecting all artifacts and uploading from a run on this repo? (the file mention "Due to authorization requirements, this upload can't be done from the crossbow repository.", but is that because this one is syncing with nightlies.apache.org? Uploading to gemfury doesn't seem to have that issue) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
