From c4016dc64504af2205820da5853e6443f4ea70f9 Mon Sep 17 00:00:00 2001 From: Charles Marsh Date: Wed, 10 Aug 2022 16:14:08 -0400 Subject: [PATCH] Add maturin --- .github/workflows/ci.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 330e08fba7..f13da23ba8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,3 +36,17 @@ jobs: with: toolchain: stable - run: cargo clippy -- -D warnings + + maturin_build: + name: "maturin build" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + - uses: actions/setup-python@v4 + with: + python-version: '3.10' + - run: pip install maturin + - run: maturin build -b bin