We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1b8ae commit e1c5580Copy full SHA for e1c5580
.github/workflows/build.yml
@@ -62,6 +62,7 @@ jobs:
62
shell: bash # For ~ expansion
63
env:
64
CIBW_BUILD: ${{ matrix.cibw_build }}
65
+ CIBW_ENVIRONMENT_OVERRIDES: ${{ runner.os == 'Darwin' && 'cp31[3-9]-*: MACOSX_DEPLOYMENT_TARGET=10.15' || '' }}
66
- name: Upload wheels as artifacts
67
uses: actions/upload-artifact@v4
68
with:
0 commit comments