File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,31 +103,31 @@ jobs:
103103 name : wheels-windows-${{ matrix.platform.target }}
104104 path : dist
105105
106- macos :
107- runs-on : ${{ matrix.platform.runner }}
108- strategy :
109- matrix :
110- platform :
111- - runner : macos-13
112- target : x86_64
113- - runner : macos-14
114- target : aarch64
115- steps :
116- - uses : actions/checkout@v4
117- - uses : actions/setup-python@v5
118- with :
119- python-version : 3.x
120- - name : Build wheels
121- uses : PyO3/maturin-action@v1
122- with :
123- target : ${{ matrix.platform.target }}
124- args : --release --out dist --find-interpreter
125- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
126- - name : Upload wheels
127- uses : actions/upload-artifact@v4
128- with :
129- name : wheels-macos-${{ matrix.platform.target }}
130- path : dist
106+ # macos:
107+ # runs-on: ${{ matrix.platform.runner }}
108+ # strategy:
109+ # matrix:
110+ # platform:
111+ # - runner: macos-13
112+ # target: x86_64
113+ # - runner: macos-14
114+ # target: aarch64
115+ # steps:
116+ # - uses: actions/checkout@v4
117+ # - uses: actions/setup-python@v5
118+ # with:
119+ # python-version: 3.x
120+ # - name: Build wheels
121+ # uses: PyO3/maturin-action@v1
122+ # with:
123+ # target: ${{ matrix.platform.target }}
124+ # args: --release --out dist --find-interpreter
125+ # sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
126+ # - name: Upload wheels
127+ # uses: actions/upload-artifact@v4
128+ # with:
129+ # name: wheels-macos-${{ matrix.platform.target }}
130+ # path: dist
131131
132132 sdist :
133133 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments