From 208ac216b5560c106beb2123e5c4d6d545b6e2f0 Mon Sep 17 00:00:00 2001 From: googlefan256 Date: Sun, 23 Feb 2025 12:10:06 +0900 Subject: [PATCH] Update and rename CI.yml to build.yml --- .github/workflows/{CI.yml => build.yml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{CI.yml => build.yml} (97%) 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: