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 18:49:46 UTC

[datasketches-cpp] branch pypi_prep updated: use IDE to get formatting right

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 81fce88  use IDE to get formatting right
81fce88 is described below

commit 81fce88cdce06f711c5c9707c5eaebfbd409aa71
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Aug 25 11:49:34 2021 -0700

    use IDE to get formatting right
---
 .github/workflows/build_wheels.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index bcd800c..78d6599 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -36,18 +36,18 @@ jobs:
         with:
           submodules: true
           persist-credentials: false
-	  
+
       - name: Set up Python 3.x
         uses: actions/setup-python@v2
         with:
           python-version: '3.8' # 3.x grabs latest minor version of python3, but not always fully supported (dependencies)
-	  
+           
       - name: Install Python dependencies
         run: python -m pip install --upgrade pip setuptools wheel numpy tox pytest cibuildwheel==2.1.1 twine
-	
+        
       - name: Build wheels
         run: python -m cibuildwheel --output-dir wheelhouse
 
       - uses: actions/upload-artifact@v2
         with:
-	  path: ./wheelhouse/*.whl
+          path: ./wheelhouse/*.whl

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