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/26 21:54:12 UTC

[datasketches-cpp] branch add_sdist_build updated: add wheel to sdist build since the log complains about it missing

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

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


The following commit(s) were added to refs/heads/add_sdist_build by this push:
     new 594a903  add wheel to sdist build since the log complains about it missing
594a903 is described below

commit 594a903c7641145e87570b9cacdac47427ecd607
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Thu Aug 26 14:53:55 2021 -0700

    add wheel to sdist build since the log complains about it missing
---
 .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 3f2d298..72b1155 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -27,7 +27,7 @@ jobs:
           python-version: '3.8'
 
       - name: Install Python dependencies
-        run: python -m pip install --upgrade pip setuptools numpy tox pytest build
+        run: python -m pip install --upgrade pip setuptools wheel numpy tox pytest build
 
       - name: Build sdist
         run: python setup.py sdist

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