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