Skip to content

Commit 2bb1443

Browse files
committed
Remove old cibw.sh script
1 parent bd97d07 commit 2bb1443

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ cirrus_wheels_macos_arm64_task:
99
env:
1010
PATH: /opt/homebrew/opt/python@3.10/bin:$PATH
1111
CIBW_ARCHS_MACOS: arm64
12+
CIBW_TEST_COMMAND: "python -m flint.test"
1213
install_pre_requirements_script:
1314
- python3 -m venv venv
1415
- venv/bin/pip install --upgrade pip
1516
- venv/bin/pip install cibuildwheel==2.16.2
1617
run_cibuildwheel_script:
17-
- bin/cibw.sh
18+
- venv/bin/cibuildwheel --platform macos
1819
wheels_artifacts:
1920
path: "wheelhouse/*"

bin/cibw.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)