aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-10-14 16:03:47 +0800
committerHsiangNianian <i@jyunko.cn>2025-10-14 16:03:47 +0800
commit7736a992b51e4b2fcb59444b00d6a019bacb0d45 (patch)
treef261f26090723887335b967c171364e74fad5d80 /.github/workflows
parent4b82c92e05080208aa6b6f00d60100473969b0e0 (diff)
downloadOneRoll-7736a992b51e4b2fcb59444b00d6a019bacb0d45.tar.gz
OneRoll-7736a992b51e4b2fcb59444b00d6a019bacb0d45.zip
fix: update CI workflow name and Python version for wheel building
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/CI.yml4
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