Skip to content

Commit

Permalink
Modify wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Mar 9, 2024
1 parent 9c9a36c commit 3b355d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, 'wheel') || inputs.wheel }}
strategy:
matrix:
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-11, macos-14]
python_version: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
env:
CIBW_BUILD_VERBOSITY: 1
Expand All @@ -40,17 +40,17 @@ jobs:

- uses: ./.github/actions/setup-rust

- if: runner.os != 'Linux'
name: Setup env when not using docker
run: python -m pip install --upgrade wheel setuptools setuptools-rust

# Used to host cibuildwheel
- uses: actions/setup-python@v4
with:
python-version: '3.10'

- if: runner.os != 'Linux'
name: Setup env when not using docker
run: python -m pip install --upgrade wheel setuptools setuptools-rust

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2
run: python -m pip install cibuildwheel==2.16.5

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse snapatac2-python
Expand Down

0 comments on commit 3b355d8

Please sign in to comment.