Skip to content

Commit

Permalink
Remove old cibw.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Mar 25, 2024
1 parent bd97d07 commit 2bb1443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ cirrus_wheels_macos_arm64_task:
env:
PATH: /opt/homebrew/opt/[email protected]/bin:$PATH
CIBW_ARCHS_MACOS: arm64
CIBW_TEST_COMMAND: "python -m flint.test"
install_pre_requirements_script:
- python3 -m venv venv
- venv/bin/pip install --upgrade pip
- venv/bin/pip install cibuildwheel==2.16.2
run_cibuildwheel_script:
- bin/cibw.sh
- venv/bin/cibuildwheel --platform macos
wheels_artifacts:
path: "wheelhouse/*"
18 changes: 0 additions & 18 deletions bin/cibw.sh

This file was deleted.

0 comments on commit 2bb1443

Please sign in to comment.