From 7736a992b51e4b2fcb59444b00d6a019bacb0d45 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 14 Oct 2025 16:03:47 +0800 Subject: fix: update CI workflow name and Python version for wheel building --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1070622..8b167bd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,7 +3,7 @@ # # maturin generate-ci github # -name: CI +name: Build or Publish on: push: @@ -124,7 +124,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i python3.11 + args: --release --out dist -i python3.13t sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} - name: Upload wheels uses: actions/upload-artifact@v4 -- cgit v1.2.3-70-g09d2