From 327a20dae93258f05453c8fa0352e0275f85720e Mon Sep 17 00:00:00 2001 From: Akshay Ballal Date: Thu, 11 Jul 2024 22:38:33 +0530 Subject: [PATCH] chore: Update CI.yml to include --out dist flag in Maturin build step --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9e8e865e..aeecfd20 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -66,7 +66,7 @@ jobs: - name: Build with Maturin run: | export PATH="$PATH:/opt/hostedtoolcache/Python/3.12.4/x64/bin/python3.12:/opt/hostedtoolcache/Python/3.11.9/x64/bin/python3.11:/opt/hostedtoolcache/Python/3.10.9/x64/bin/python3.10" - maturin build --release --find-interpreter + maturin build --release --out dist --find-interpreter windows: runs-on: ${{ matrix.platform.runner }} strategy: