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 6dc0441 commit 72488b3Copy full SHA for 72488b3
.github/workflows/build_wheels.yml
@@ -37,14 +37,7 @@ jobs:
37
- run: python -m pip install cibuildwheel==2.21.3
38
- run: echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | cut -d '.' -f 1-2)" >> $GITHUB_ENV
39
if: startsWith(matrix.os, 'macos')
40
- - run: |
41
- brew install nasm
42
- python -m cibuildwheel
43
- if: startsWith(matrix.os, 'macos-13')
44
- run: python -m cibuildwheel
45
- if: startsWith(matrix.os, 'macos-latest')
46
- - run: python -m cibuildwheel
47
- if: startsWith(matrix.os, 'ubuntu-latest')
48
- uses: actions/upload-artifact@v4
49
with:
50
name: ${{ matrix.os }}
0 commit comments