Skip to content

Commit

Permalink
Attempt to build Python 3.10 wheels (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineKhaldi committed Dec 3, 2021
1 parent 7e61e21 commit 68e08e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-wheels.yml
Expand Up @@ -46,13 +46,12 @@ jobs:
python -m build --sdist --outdir dist .
- name: Build ${{ matrix.os }} wheels and test
uses: joerick/cibuildwheel@v1.10.0
uses: joerick/cibuildwheel@v2.2.2
with:
output-dir: dist
env:
# build python 3.7 and 3.8
CIBW_BUILD: 'cp37-* cp38-* cp39-*'
CIBW_SKIP: '*-manylinux_i686 *-win32'
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
CIBW_SKIP: '*-manylinux_i686 *-win32 *-musllinux_*'
# we need boost
# CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ARCHS_MACOS: x86_64
Expand Down

0 comments on commit 68e08e6

Please sign in to comment.