CI workflow
This commit is contained in:
@@ -33,12 +33,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: PyO3/maturin-action@v1
|
run: |
|
||||||
with:
|
python -m pip install maturin
|
||||||
target: ${{ matrix.platform.target }}
|
maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }}
|
||||||
args: --release --out dist --find-interpreter
|
|
||||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
|
||||||
manylinux: auto
|
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user