Skip to content

Commit ce3921f

Browse files
committed
hh
1 parent 351b920 commit ce3921f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
platform: [macos-14]
1515
env:
1616
CIBW_SKIP: 'pp*'
17-
CIBW_ARCHS: 'auto64'
18-
MACOSX_DEPLOYMENT_TARGET: '10.9'
1917
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.10'
2018
CIBW_TEST_REQUIRES: 'pytest'
2119
defaults:
@@ -66,7 +64,7 @@ jobs:
6664
export PATH="$pythonLocation:$PATH"
6765
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
6866
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
69-
python -m pip install cibuildwheel
67+
python -m pip install cibuildwheel==2.16.5
7068
python -m cibuildwheel --output-dir ./wheelhouse
7169
- uses: actions/upload-artifact@v4
7270
with:

0 commit comments

Comments
 (0)