You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2021/08/25 19:34:21 UTC

[datasketches-cpp] branch pypi_prep updated: skip win32 builds

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

jmalkin pushed a commit to branch pypi_prep
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/pypi_prep by this push:
     new d03e5f6  skip win32 builds
d03e5f6 is described below

commit d03e5f6461cfce8283bbcf6749c973ade38ae9cc
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Aug 25 12:34:12 2021 -0700

    skip win32 builds
---
 .github/workflows/build_wheels.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 78d6599..bc43aa0 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -47,6 +47,8 @@ jobs:
         
       - name: Build wheels
         run: python -m cibuildwheel --output-dir wheelhouse
+        env:
+          CIBW_SKIP: *-win32
 
       - uses: actions/upload-artifact@v2
         with:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org