andygrove commented on issue #336:
URL: 
https://github.com/apache/arrow-datafusion-python/issues/336#issuecomment-1519151512

   @kylebrooks-8451 yes, we want to publish when certain tags are pushed to the 
repo (similar to how we currently build the wheels when rc tags are pushed.
   
   For example, pushing `23.0.0-rc1` should trigger an upload to TestPyPi. 
Since we already run `maturin build` on rc tags, maybe we just need to update 
this to `maturin pubilsh` instead? We will need to store an authentication 
token as a GitHub secret.
   
   For the final release, I think we can just have a script that downloads the 
wheels from TestPyPi and uploads them to PyPi. No need to build new artifacts. 
What do you think?
   
   


-- 
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]

Reply via email to