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 15:17:40 UTC

[arrow-ballista] branch master updated: remove --locked (#533)

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-ballista.git


The following commit(s) were added to refs/heads/master by this push:
     new f6ace5e5 remove --locked (#533)
f6ace5e5 is described below

commit f6ace5e51c7d84c3b600457cc7635d87c1e58d9d
Author: Andy Grove <an...@gmail.com>
AuthorDate: Fri Nov 18 08:17:34 2022 -0700

    remove --locked (#533)
---
 .github/workflows/python_build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python_build.yml b/.github/workflows/python_build.yml
index f069d719..9cac3d2b 100644
--- a/.github/workflows/python_build.yml
+++ b/.github/workflows/python_build.yml
@@ -107,7 +107,7 @@ jobs:
           docker run --rm -v $(pwd)/..:/io \
             --workdir /io/python \
             ghcr.io/pyo3/maturin:v0.13.7 \
-            build --release --manylinux 2010 --locked
+            build --release --manylinux 2010
       - name: Archive wheels
         uses: actions/upload-artifact@v3
         with: