diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 132172b9..76aafb8d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -61,6 +61,8 @@ jobs: - name: Build wheels (NT) if: matrix.os == 'windows-latest' uses: PyO3/maturin-action@v1 + env: + UNSAFE_PYO3_SKIP_VERSION_CHECK: 1 with: args: --release --out dist sccache: 'true'