Skip to content

Commit b4e20fb

Browse files
committed
edit: workflow file
1 parent fc39be2 commit b4e20fb

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/release.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)