Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Jul 10, 2024
1 parent 8dbc784 commit aa4e49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Build wheels linux
uses: pypa/cibuildwheel@v2.12.2
uses: pypa/cibuildwheel@v2.19.2
if: matrix.os == 'ubuntu-latest'
env:
CIBW_BEFORE_ALL_LINUX: bash build/linux_setup.sh
CIBW_ARCHS_LINUX: x86_64
CIBW_SKIP: '*-musllinux_*'

- name: Build wheels mac
uses: pypa/cibuildwheel@v2.12.2
uses: pypa/cibuildwheel@v2.19.2
if: matrix.os == 'macos-12'
env:
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=10.14
Expand Down

0 comments on commit aa4e49f

Please sign in to comment.