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/18 13:55:29 UTC

[arrow-datafusion-python] branch master updated: build on all tags (#75)

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 9be392f  build on all tags (#75)
9be392f is described below

commit 9be392fd5ba414dfa225cc381aaecc62f6f94d82
Author: Andy Grove <an...@gmail.com>
AuthorDate: Fri Nov 18 06:55:24 2022 -0700

    build on all tags (#75)
---
 .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 ffefa25..c59afc4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@
 name: Python Release Build
 on:
   push:
-    tags: ["*-rc*"]
+    tags: ["*"]
     branches: ["master"]
 
 jobs: