From 42f632ddfedaee49155e3e8addcc98b7eea22ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Mon, 30 Oct 2023 14:45:48 +0100 Subject: [PATCH] trying within the maturin action --- .github/workflows/main.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 29f31ec..2abec25 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -101,12 +101,12 @@ jobs: - name: Build Wheels uses: messense/maturin-action@v1 with: - before-script-linux: | - apt update -y && apt-get install -y libssl-dev openssl pkg-config - rust-toolchain: nightly-2023-10-24 - target: ${{ matrix.target }} - manylinux: auto - args: --release --out dist + before-script-linux: | + apt update -y && apt-get install -y libssl-dev openssl pkg-config + rust-toolchain: nightly-2023-10-24 + target: ${{ matrix.target }} + manylinux: auto + args: --release --out dist - name: Install built wheel if: matrix.target == 'x86_64'