diff --git a/.github/workflows/CI.yml b/.github/workflows/build.yml similarity index 97% rename from .github/workflows/CI.yml rename to .github/workflows/build.yml index 88b236f..9a078a2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/build.yml @@ -34,10 +34,11 @@ jobs: with: target: ${{ matrix.platform.target }} args: --release --out dist --find-interpreter - before-script-linux: apt-get update && apt-get install -y libssl-dev openssl + before-script-linux: yum -y install openssl openssl-devel sccache: 'true' manylinux: auto working-directory: ./crates/sbv2_bindings + container: quay.io/pypa/manylinux2014_x86_64:latest - name: Upload wheels uses: actions/upload-artifact@v4 with: