diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 95dc10f..c8c878d 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -157,7 +157,7 @@ jobs: run: | python -m pip install -U pip python -m pip install -U setuptools-rust - python -m pip install cibuildwheel==2.16.2 + python -m pip install cibuildwheel>=2.23 - name: Build wheels env: @@ -167,8 +167,8 @@ jobs: CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux_image }} CIBW_BUILD_VERBOSITY: 1 CIBW_BEFORE_ALL: | - curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && rustup target add i686-pc-windows-msvc && rustup target add aarch64-apple-darwin - CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"' + curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && rustup target add i686-pc-windows-msvc && rustup target add aarch64-apple-darwin && rustup target add x86_64-apple-darwin + CIBW_ENVIRONMENT: PATH="$PATH:$HOME/.cargo/bin" MACOSX_DEPLOYMENT_TARGET='10.12' run: | python --version python -m cibuildwheel --output-dir dist