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