This is an automated email from the ASF dual-hosted git repository.
jmalkin pushed a commit to branch update_build_wheels
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
The following commit(s) were added to refs/heads/update_build_wheels by this
push:
new bf0522b Update build_wheels.yml
bf0522b is described below
commit bf0522b71725af154170e3dfe68131f6f9d28f28
Author: Jon Malkin <[email protected]>
AuthorDate: Thu Sep 22 17:48:37 2022 -0700
Update build_wheels.yml
---
.github/workflows/build_wheels.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build_wheels.yml
b/.github/workflows/build_wheels.yml
index 4deffee..dd7778c 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -62,12 +62,11 @@ jobs:
with:
python-version: '3.x'
- #- name: Install Python dependencies
- # run: python -m pip install cibuildwheel==2.5.0
+ - name: Install Python dependencies
+ run: python -m pip install cibuildwheel==2.9.0
- name: Build wheels
- uses: pypa/[email protected]
- #run: python -m cibuildwheel --output-dir dist
+ run: python -m cibuildwheel --output-dir dist
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
CIBW_BEFORE_BUILD: python -m pip install cmake>=3.18
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]