Skip to content

Commit 2360e87

Browse files
committed
more fixes
1 parent 7c1e303 commit 2360e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/recorder-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)