Skip to content

Commit aa56f3c

Browse files
committed
build: no longer run build in CI workflow
1 parent 52d5efa commit aa56f3c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,6 @@ permissions:
2626
contents: read
2727

2828
jobs:
29-
build:
30-
runs-on: ${{ matrix.platform.runner }}
31-
strategy:
32-
matrix:
33-
platform:
34-
- { os: linux, runner: ubuntu-24.04, target: x86_64, container: "ghcr.io/rust-cross/manylinux_2_28-cross:x86_64" }
35-
- { os: macos, runner: macos-15, target: aarch64 }
36-
steps:
37-
- uses: actions/checkout@v4
38-
- uses: actions/setup-python@v5
39-
with:
40-
python-version: 3.x
41-
- name: Build wheels
42-
uses: PyO3/maturin-action@v1
43-
with:
44-
target: ${{ matrix.platform.target }}
45-
args: --release --out dist --find-interpreter
46-
sccache: 'true'
47-
manylinux: auto
48-
container: ${{ matrix.platform.container }}
4929
test:
5030
name: Run test
5131
uses: ./.github/workflows/_test.yml

0 commit comments

Comments
 (0)