You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/11/25 18:53:27 UTC

[arrow-datafusion-python] branch master updated: only buid wheels on rc tags (#78)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git


The following commit(s) were added to refs/heads/master by this push:
     new ea2c1f8  only buid wheels on rc tags (#78)
ea2c1f8 is described below

commit ea2c1f87318bf26a08df334d3ec07172ee8e6847
Author: Andy Grove <an...@gmail.com>
AuthorDate: Fri Nov 25 11:53:22 2022 -0700

    only buid wheels on rc tags (#78)
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c59afc4..ffefa25 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@
 name: Python Release Build
 on:
   push:
-    tags: ["*"]
+    tags: ["*-rc*"]
     branches: ["master"]
 
 jobs: