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:51:01 UTC

[datasketches-cpp] branch pypi_prep updated: add missing quotes

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 6bb9a0c  add missing quotes
6bb9a0c is described below

commit 6bb9a0ca47763e2ade094239fcf08e940b3c4830
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Aug 25 12:50:54 2021 -0700

    add missing quotes
---
 .github/workflows/build_wheels.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index bc43aa0..0893be8 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -48,7 +48,7 @@ jobs:
       - name: Build wheels
         run: python -m cibuildwheel --output-dir wheelhouse
         env:
-          CIBW_SKIP: *-win32
+          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