From 4fa1012896f536c387d604eefcc3b9130761465d Mon Sep 17 00:00:00 2001 From: Chielo Newctle Date: Mon, 4 Dec 2023 08:50:35 +0800 Subject: [PATCH] chore(ci): fix ci --- .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 6504c96..c4e6b32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10' + args: --release --out dist --interpreter 3.8 pypy3.8 pypy3.9 pypy3.10 sccache: true manylinux: auto - name: Upload wheels @@ -135,7 +135,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10' + args: --release --out dist --interpreter 3.8 pypy3.8 pypy3.9 pypy3.10 sccache: true - name: Upload wheels uses: actions/upload-artifact@v3 @@ -166,7 +166,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 pypy3.8 pypy3.9 pypy3.10' + args: --release --out dist --interpreter 3.8 pypy3.8 pypy3.9 pypy3.10 sccache: true - name: Upload wheels uses: actions/upload-artifact@v3