diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eca59f9..af9998a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: maturin-version: "1.2.0" args: --release --out dist --find-interpreter sccache: "true" - manylinux: "2_28" + manylinux: "manylinux_2_28" before-script-linux: "pip install uniffi-bindgen==0.24.1" - name: Upload wheels uses: actions/upload-artifact@v3