File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - uses : actions/setup-python@v5
3333 with :
3434 architecture : ${{ matrix.platform.target }}
35- python-version : " 3.13 "
35+
3636
3737 - name : Install LLVM
3838 run : bash ./scripts/install_llvm.sh
9090 - uses : actions/checkout@v4
9191 - uses : actions/setup-python@v5
9292 with :
93- python-version : " 3.13 "
93+
9494
9595 - name : Build wheels
9696 uses : PyO3/maturin-action@v1
@@ -122,7 +122,7 @@ jobs:
122122 - uses : actions/checkout@v4
123123 - uses : actions/setup-python@v5
124124 with :
125- python-version : " 3.13 "
125+
126126
127127 - name : Build wheels
128128 uses : PyO3/maturin-action@v1
@@ -158,7 +158,7 @@ jobs:
158158 - uses : actions/setup-python@v5
159159 with :
160160 architecture : ${{ matrix.platform.target }}
161- python-version : " 3.13 "
161+
162162
163163 - name : Build wheels
164164 uses : PyO3/maturin-action@v1
@@ -186,7 +186,6 @@ jobs:
186186 - uses : actions/setup-python@v5
187187 with :
188188 architecture : ${{ matrix.platform.target }}
189- python-version : " 3.13"
190189
191190 - name : Install LLVM
192191 run : bash ./scripts/install_llvm.sh
You can’t perform that action at this time.
0 commit comments