From 1c5e599470c1d9ad6dc3a0bc12ac4d0d644e9e1c Mon Sep 17 00:00:00 2001 From: "w.pomp" Date: Thu, 16 Apr 2026 18:18:04 +0200 Subject: [PATCH] CI workflow --- .github/workflows/CI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0e5a19d..128d41e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,6 +32,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x + - name: Cache Rust and sccache uses: actions/cache@v4 with: @@ -75,8 +76,10 @@ jobs: - name: Build wheels run: | - python -m pip install maturin + export CARGO_HOME="${{ runner.temp }}/cargo" + export PATH="$CARGO_HOME/bin:$PATH" maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }} + - name: Upload wheels uses: actions/upload-artifact@v3.2.2 with: