diff options
| author | 2025-10-14 16:03:47 +0800 | |
|---|---|---|
| committer | 2025-10-14 16:03:47 +0800 | |
| commit | 7736a992b51e4b2fcb59444b00d6a019bacb0d45 (patch) | |
| tree | f261f26090723887335b967c171364e74fad5d80 /.github | |
| parent | 4b82c92e05080208aa6b6f00d60100473969b0e0 (diff) | |
| download | OneRoll-7736a992b51e4b2fcb59444b00d6a019bacb0d45.tar.gz OneRoll-7736a992b51e4b2fcb59444b00d6a019bacb0d45.zip | |
fix: update CI workflow name and Python version for wheel building
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/CI.yml | 4 |
1 files 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 |
