diff options
| author | 2025-10-14 16:10:19 +0800 | |
|---|---|---|
| committer | 2025-10-14 16:10:19 +0800 | |
| commit | 02c240c3be438feddd43a1f8597b9d64c19ef72e (patch) | |
| tree | ab86f905d782a97adef192d7b9adf18b9caa647e /.github | |
| parent | 80764db3054f14eee8f44d4cd4d2784895f17873 (diff) | |
| download | OneRoll-02c240c3be438feddd43a1f8597b9d64c19ef72e.tar.gz OneRoll-02c240c3be438feddd43a1f8597b9d64c19ef72e.zip | |
feat: add new CI workflow for build and release process
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml (renamed from .github/workflows/CI.yml) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/build.yml index 8b167bd..d394000 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ -# This file is autogenerated by maturin v1.8.6 +# This file is autogenerated by maturin v1.9.6 # To update, run # # maturin generate-ci github # -name: Build or Publish +name: build and release on: push: @@ -120,6 +120,10 @@ jobs: target: ${{ matrix.platform.target }} args: --release --out dist sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} + - uses: actions/setup-python@v5 + with: + python-version: 3.13t + architecture: ${{ matrix.platform.target }} - name: Build free-threaded wheels uses: PyO3/maturin-action@v1 with: |
