diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 49c2c2d..763a509 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -8,13 +8,14 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: -# os: [ubuntu-latest] - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [windows-latest] +# os: [ubuntu-latest, windows-latest, macos-13, macos-14] env: CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y" # CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install; rustup default nightly" - CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install; rustup default stable" +# CIBW_BEFORE_ALL_WINDOWS: "choco install rustup.install" + CIBW_BEFORE_ALL_WINDOWS: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh" CIBW_BEFORE_ALL_MACOS: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y; source $HOME/.cargo/env" CIBW_ARCHS_LINUX: "auto64" CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'