We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351b920 commit ce3921fCopy full SHA for ce3921f
1 file changed
.github/workflows/build_wheel.yml
@@ -14,8 +14,6 @@ jobs:
14
platform: [macos-14]
15
env:
16
CIBW_SKIP: 'pp*'
17
- CIBW_ARCHS: 'auto64'
18
- MACOSX_DEPLOYMENT_TARGET: '10.9'
19
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.10'
20
CIBW_TEST_REQUIRES: 'pytest'
21
defaults:
@@ -66,7 +64,7 @@ jobs:
66
64
export PATH="$pythonLocation:$PATH"
67
65
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
68
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
69
- python -m pip install cibuildwheel
+ python -m pip install cibuildwheel==2.16.5
70
python -m cibuildwheel --output-dir ./wheelhouse
71
- uses: actions/upload-artifact@v4
72
with:
0 commit comments