Use action

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2023-11-15 11:48:10 +11:00 committed by GitHub
parent ad7fee5ed0
commit 9be181c2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,13 +49,10 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: true submodules: true
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Build wheels - name: Build wheels
run: | uses: pypa/cibuildwheel@v2.16.2
python3 -m pip install cibuildwheel with:
python3 -m cibuildwheel --output-dir wheelhouse output-dir: wheelhouse
env: env:
CIBW_ARCHS: ${{ matrix.archs }} CIBW_ARCHS: ${{ matrix.archs }}
CIBW_BUILD: ${{ matrix.build }} CIBW_BUILD: ${{ matrix.build }}