File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This file is autogenerated by maturin v1.12.6
1+ # This file is autogenerated by maturin v1.13.1
22# To update, run
33#
44# maturin generate-ci github
4040 - uses : actions/checkout@v6
4141 - uses : actions/setup-python@v6
4242 with :
43- python-version : 3.x
43+ python-version : 3.8
4444 - name : Build wheels
4545 uses : PyO3/maturin-action@v1
4646 with :
7878 - uses : actions/checkout@v6
7979 - uses : actions/setup-python@v6
8080 with :
81- python-version : 3.x
81+ python-version : 3.8
8282 - name : Build wheels
8383 uses : PyO3/maturin-action@v1
8484 with :
@@ -154,13 +154,16 @@ jobs:
154154 - uses : actions/checkout@v6
155155 - uses : actions/setup-python@v6
156156 with :
157- python-version : 3.x
157+ python-version : 3.8
158158 - name : Build wheels
159159 uses : PyO3/maturin-action@v1
160160 with :
161161 target : ${{ matrix.platform.target }}
162162 args : --release --out dist
163163 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
164+ - uses : actions/setup-python@v6
165+ with :
166+ python-version : 3.14t
164167 - name : Build free-threaded wheels
165168 uses : PyO3/maturin-action@v1
166169 with :
You can’t perform that action at this time.
0 commit comments