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 1ab162e commit 9b46965Copy full SHA for 9b46965
.github/workflows/build_wheels.yml
@@ -47,7 +47,6 @@ jobs:
47
CIBW_TEST_REQUIRES: pytest
48
CIBW_TEST_COMMAND: "pytest {project}/tests"
49
CIBW_MANYLINUX_*_IMAGE: manylinux_2_28
50
- MACOSX_DEPLOYMENT_TARGET: ${{ matrix.architecture == 'x86_64' && '13.0' || '14.0' }}
51
52
- uses: actions/upload-artifact@v3
53
with:
0 commit comments