lostluck commented on issue #29697:
URL: https://github.com/apache/beam/issues/29697#issuecomment-2130446494

   Per that linked PR, we ended up just building an action for it ourselves.
   
   Ultimately, we have the zipped files uploaded, along with signatures and 
hashes, so it fully matches what we upload to the Apache SVN repository.
   
   The binary zips we're putting up in GitHub release artifacts will be at URLs 
with the following pattern.
   
http://github.com/apache/beam/releases/download/RELEASE/apache_beam-RELEASE-prism-OS-ARCH.zip
   
   Note: Beam versions have a `v` prefix, eg `v2.56.0` which needs to match in 
the URL.
   
   To actually finish #28187 we need to have Java (#31402) and Python (#31403) 
download the binaries from GitHub. For that just using whatever native library 
that can make the http request and handle the various redirects GitHub puts us 
through.
   
   
   
   


-- 
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...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to