File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,14 +197,14 @@ jobs:
197197 env :
198198 PYTHON : ${{ steps.win_py312.outputs.python-path }}
199199 working-directory : ${{ env.CRATE_DIR }}
200- run : maturin build --release --out dist --interpreter "$env:PYTHON\python.exe "
200+ run : maturin build --release --out dist --interpreter "$env:PYTHON"
201201
202202 - name : Build cp313 wheel (Windows)
203203 if : matrix.name == 'windows-amd64'
204204 env :
205205 PYTHON : ${{ steps.win_py313.outputs.python-path }}
206206 working-directory : ${{ env.CRATE_DIR }}
207- run : maturin build --release --out dist --interpreter "$env:PYTHON\python.exe "
207+ run : maturin build --release --out dist --interpreter "$env:PYTHON"
208208
209209 - name : Upload artefacts
210210 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments