Skip to content

Commit

Permalink
update cirrus config to match latest (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg authored Mar 13, 2024
1 parent 64feca8 commit 9940e30
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
only_if: $CIRRUS_BRANCH == 'main' || $CIRRUS_TAG != '' || $CIRRUS_PR != ''
install_cibuildwheel_script:
- python -m pip install cibuildwheel==2.16.2
- python -m pip install cibuildwheel==2.17.0
run_cibuildwheel_script:
- cibuildwheel
binary_artifacts:
wheels_artifacts:
path: "wheelhouse/*"

linux_x86_task:
Expand Down Expand Up @@ -50,11 +50,10 @@ linux_aarch64_task:
macos_arm64_task:
name: Build macOS arm64 wheels.
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-xcode
image: ghcr.io/cirruslabs/macos-sonoma-xcode

env:
PATH: /opt/homebrew/opt/[email protected]/bin:$PATH
PATH: /opt/homebrew/opt/[email protected]/libexec/bin:$PATH
install_pre_requirements_script:
- brew install [email protected]
- ln -s python3 /opt/homebrew/opt/[email protected]/bin/python
<<: *BUILD_AND_STORE_WHEELS

0 comments on commit 9940e30

Please sign in to comment.