CI workflow
This commit is contained in:
@@ -39,6 +39,7 @@ jobs:
|
|||||||
rustup default nightly
|
rustup default nightly
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: |
|
run: |
|
||||||
|
source $HOME/.cargo/env
|
||||||
python -m pip install maturin
|
python -m pip install maturin
|
||||||
maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }}
|
maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }}
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
|
|||||||
Reference in New Issue
Block a user