aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
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: