kevingurney commented on PR #38660: URL: https://github.com/apache/arrow/pull/38660#issuecomment-1806173468
> macros.github_upload_releases this uploads the artifacts to the crossbow repo [release area](https://github.com/ursacomputing/crossbow/releases), not the jfrog artifactory. From there we can use archery to download them and upload them to the artifactory. Ah, sorry for the confusion! That makes more sense. We didn't realize the artifacts were getting released via GitHub Releases in ursacomputing/crossbow first. > IIRC every committer can upload things to the artifactory, either via the webgui or via curl (? check the other release scripts). We would only upload things there for releases/rcs (for testing now would also be fine). If you want to provide a 'nightly' version of the mtlbx files you can checkout the way we upload nightlies for r and java to https://nightlies.apache.org/ in .github/workflows/r|java_nightly.yml It's good to hear that committers can upload to artifactory. We are certainly interested in "nightly" builds in the long term, so thank you for pointing us in the direction of the R and Java nightly workflows for reference! This is really useful. > FYI: If we want to provide nightly packages, we should follow the following ASF requirement: https://www.apache.org/legal/release-policy.html#publication Thanks for pointing this out @kou. We will make sure we account for these ASF policies whenever we work on the "nightly" builds and not distribute the nightly builds. Our interpretation of this is that we should *not* distribute "nightly" builds of the MATLAB interface through mathworks/arrow or other non-ASF operated infrastructure. Rather, we should distribute them via https://nightlies.apache.org. Is our understanding correct? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org