diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 7bda873..2ee7059 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -92,6 +92,11 @@ jobs: toolchain: stable override: true + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: "3.10" + - name: Build release run: cargo build --all-features --release