diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9076a192..1e454455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -355,7 +355,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-apple-darwin,x86_64-apple-darwin - - uses: pypa/cibuildwheel@v3.3.0 + - uses: pypa/cibuildwheel@v3.3.1 env: CIBW_BUILD: cp39-* CIBW_BEFORE_BUILD: >