You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by GitBox <gi...@apache.org> on 2022/12/01 21:09:57 UTC

[GitHub] [arrow-site] kou commented on pull request #279: Add DataFusion Python docs

kou commented on PR #279:
URL: https://github.com/apache/arrow-site/pull/279#issuecomment-1334448860

   > @kou I am not sure how we use GitHub Actions here to only publish the docs after the release is voted on.
   
   apache/arrow-datafusion-python uses `X.Y.Z-rcN` tag for RC and uses `X.Y.Z` tag for approved release, right?
   Then how about using the following configuration to update the `asf-site` branch?
   
   ```yaml
   on:
     push:
       branches-ignore:
         - '**'
       tags-ignore:
         - '*-rc*'
   
   jobs:
     ...
   ```
   
   If you want, I can open a pull request to apache/arrow-datafusion-python. (@martin-g may be able to implement it too. :-)
   
   > Are you OK with us continuing with the manual process of creating PRs here for each release?
   
   Sure if you like this approach.
   


-- 
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: commits-unsubscribe@arrow.apache.org

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