mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-05 22:12:57 +00:00
Update and rename CI.yml to build.yml
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user