From f33509e40419f77bbef46cacd502c7d61bac473a Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Wed, 16 Oct 2024 15:20:24 +0200 Subject: [PATCH] - workflows --- .github/workflows/wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9501220..65c6ecf 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -15,12 +15,14 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@stable - uses: actions/setup-python@v5 - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.21.3 + - run: export PATH="$HOME/.cargo/bin:$PATH" + - run: echo $PATH + - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse