Skip to content

Commit 42b7ecb

Browse files
authored
Update release.yaml
1 parent 864f6da commit 42b7ecb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ jobs:
5959
- uses: Swatinem/rust-cache@v2
6060
with:
6161
prefix-key: "v0-rust"
62+
- name: Set up Python
63+
uses: actions/setup-python@v5
64+
with:
65+
python-version: '3.12'
66+
- name: Create virtual environment and install maturin
67+
run: |
68+
python -m venv .venv
69+
source .venv/bin/activate
70+
pip install maturin
6271
- name: Build Linux binary (maturin)
6372
if: matrix.platform.os_name == 'Linux-x86_64'
6473
run: |

0 commit comments

Comments
 (0)