Update and rename CI.yml to build.yml

This commit is contained in:
googlefan256
2025-02-23 12:10:06 +09:00
committed by GitHub
parent 5f0c836a66
commit 208ac216b5

View File

@@ -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: