Skip to content

Commit

Permalink
Update wheels action. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdumas committed Mar 12, 2024
1 parent c446fe5 commit 2c59f19
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,16 @@ jobs:
with:
xcode-version: '15.2'

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.8'

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_ARCHS_LINUX: auto64
CIBW_ARCHS_WINDOWS: auto64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_SKIP: "*-musllinux* pp*"
CIBW_TEST_COMMAND: "pytest {project}/modules"
CIBW_TEST_REQUIRES: pytest
MACOSX_DEPLOYMENT_TARGET: 10.15
MACOSX_DEPLOYMENT_TARGET: 11.00
CIBW_BUILD_VERBOSITY: 2

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2c59f19

Please sign in to comment.