From 6758bb9f1d2d86d6587c5f98db17317979bec7c3 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Wed, 23 Oct 2024 18:34:42 +0800 Subject: [PATCH] more test --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a37e85..1994140 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i ${{ BUILD_VERSION }} + args: --release --out dist -i ${{ env.BUILD_VERSION }} sccache: "true" manylinux: auto - name: Upload wheels @@ -102,7 +102,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i ${{ BUILD_VERSION }} + args: --release --out dist -i ${{ env.BUILD_VERSION }} sccache: "true" - name: Upload wheels uses: actions/upload-artifact@v4 @@ -129,7 +129,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i ${{ BUILD_VERSION }} + args: --release --out dist -i ${{ env.BUILD_VERSION }} sccache: "true" - name: Upload wheels uses: actions/upload-artifact@v4